Skip to content

Commit 80cc3d1

Browse files
authored
save
1 parent 7f1c5d9 commit 80cc3d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/01_github-actions-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: GitHub Actions Demo
33
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
44

55
on:
6-
- label # uncomment push .
7-
- push
6+
- label # uncomment push
7+
# - push
88

99
jobs:
1010
Explore-GitHub-Actions:

0 commit comments

Comments
 (0)