-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor deployment workflows for different branches
- Update the branch filter in `.github/workflows/deploy-to-cb.yml` to only trigger on the `dev` branch. - Update the branch filter in `.github/workflows/deploy-to-heroku.yml` to only trigger on the `master` branch. - Modify the matrix of app names in both workflows. These changes ensure that deployments are triggered correctly based on the respective branches.
- Loading branch information
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters