We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0286ae1 commit 873a631Copy full SHA for 873a631
.github/workflows/test.yml
@@ -3,6 +3,7 @@ on: # rebuild any PRs and main branch changes
3
pull_request:
4
push:
5
tags:
6
+ - 'v[0-9]*'
7
branches:
8
- main
9
- 'v[0-9]*'
0 commit comments