We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc526d commit ea34ccdCopy full SHA for ea34ccd
1 file changed
.github/workflows/ci.yml
@@ -7,7 +7,8 @@ on:
7
push:
8
branches:
9
- 'main'
10
- tags: ['*']
+ tags:
11
+ - 'v**'
12
check_run:
13
types: [rerequested]
14
schedule:
0 commit comments