Skip to content

Commit 0e8b584

Browse files
committed
workflows: run on any tag
We need this to run on version tag
1 parent eaf223e commit 0e8b584

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ on:
44
push:
55
branches:
66
- 'master'
7-
- 'develop'
87
tags:
9-
- 'v*'
8+
- '*'
109
pull_request:
1110
branches:
1211
- '*'

0 commit comments

Comments
 (0)