Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
banadiga authored Oct 10, 2024
1 parent 095a6a6 commit 98f3284
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/07_Demo-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Demo workflow

on:
label: # uncomment push
push:
branches:
- main
# push:
# branches:
# - main

jobs:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/10_Deploy-and-wait.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Deploy and wait

on:
label: # uncomment push
# push:
# branches:
# - main
push:
branches:
- main

jobs:

Expand Down

0 comments on commit 98f3284

Please sign in to comment.