We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd2afe commit e815cfcCopy full SHA for e815cfc
1 file changed
.github/workflows/build.yml
@@ -9,6 +9,8 @@ on:
9
push:
10
paths-ignore: ["**/*.md", "LICENSE.txt", ".gitignore"]
11
branches: [ "main", "main-dev" ]
12
+ tags:
13
+ - "v*.*.*"
14
15
# Allow manually run workflows
16
workflow_dispatch:
0 commit comments