We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e4f54 commit 095a6a6Copy full SHA for 095a6a6
.github/workflows/00_Demo-build.yml
@@ -2,7 +2,7 @@ name: Demo workflow
2
3
on:
4
- label # uncomment push
5
-- push
+# - push
6
7
jobs:
8
.github/workflows/07_Demo-release.yaml
@@ -2,9 +2,9 @@ name: Demo workflow
label: # uncomment push
- # push:
- # branches:
- # - main
+ push:
+ branches:
+ - main
9
10
0 commit comments