Skip to content

Commit 095a6a6

Browse files
authored
save
1 parent 99e4f54 commit 095a6a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/00_Demo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Demo workflow
22

33
on:
44
- label # uncomment push
5-
- push
5+
# - push
66

77
jobs:
88

.github/workflows/07_Demo-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Demo workflow
22

33
on:
44
label: # uncomment push
5-
# push:
6-
# branches:
7-
# - main
5+
push:
6+
branches:
7+
- main
88

99
jobs:
1010

0 commit comments

Comments
 (0)