We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8331c9e commit 4268149Copy full SHA for 4268149
.github/workflows/build.yml
@@ -2,6 +2,7 @@ name: Test
2
on:
3
push:
4
branches: ["main"]
5
+ tags: [ v* ]
6
pull_request:
7
types: [ opened, synchronize ]
8
workflow_dispatch:
0 commit comments