Skip to content

Commit

Permalink
Adding image-push-merge branch to automated CI/CD tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 24, 2024
1 parent 273c2ca commit 2fdb469
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-with-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: test-with-docker
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ image-push-merge ]
pull_request:
branches: [ master ]
branches: [ image-push-merge ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/test-with-manual-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ name: ubuntu-only-test-with-manual-install
on:
push:
branches:
- master
- gis-based-mode-detection
# - master
# - gis-based-mode-detection
- image-push-merge
pull_request:
branches:
- master
- gis-based-mode-detection
# - master
# - gis-based-mode-detection
- image-push-merge
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
Expand Down

0 comments on commit 2fdb469

Please sign in to comment.