Skip to content

Commit

Permalink
Merge pull request #2 from Cerebellum-Network/feature/adjust-workflow
Browse files Browse the repository at this point in the history
Adjust github workflow
  • Loading branch information
shamilkhan authored May 16, 2023
2 parents 67040e9 + bbedd89 commit 9c504c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release to prod
on:
push:
branches:
- dev-cere
- master-cere
workflow_dispatch:

permissions:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Release to stage
on:
push:
branches:
- stage-cere
- 'release/**'
- 'hotfix/**'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 9c504c7

Please sign in to comment.