Skip to content

Commit 27b1618

Browse files
committed
run workflow on tags
1 parent 6757fd8 commit 27b1618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Release Plugin
33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- '**'
77
jobs:
88
build:
99
# TODO only when test successful

0 commit comments

Comments
 (0)