We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e7f37 commit 1fd0190Copy full SHA for 1fd0190
.github/workflows/build_release.yml
@@ -2,6 +2,9 @@ name: Generate release zips
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ tags:
7
+ - v*
8
# push:
9
# branches: [ main ]
10
# paths-ignore:
0 commit comments