We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4b762 commit 7baaa50Copy full SHA for 7baaa50
.github/workflows/build.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
- 'hotfix/**'
8
- 'release/**'
9
+ tags:
10
+ - v*
11
pull_request:
12
13
env:
0 commit comments