We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 218734a commit 31c0a3dCopy full SHA for 31c0a3d
.github/workflows/build_release.yml
@@ -2,6 +2,9 @@ name: Build & Release
2
3
# Only trigger, when the test workflow succeeded
4
on:
5
+ push:
6
+ tags:
7
+ - 'v*.*.*'
8
workflow_run:
9
workflows: [ "Test" ]
10
branches: [ main ]
0 commit comments