We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a2559 commit 1fc1c36Copy full SHA for 1fc1c36
.github/workflows/version-and-release.yaml
@@ -1,6 +1,11 @@
1
name: Release
2
3
on:
4
+ # REMOVE ME: Only for debugging
5
+ push:
6
+ branches:
7
+ - release_workflows
8
+ # REMOVE END
9
release:
10
types: [published]
11
0 commit comments