Skip to content

Commit 98f3284

Browse files
authored
save
1 parent 095a6a6 commit 98f3284

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.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

.github/workflows/10_Deploy-and-wait.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Deploy and wait
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)