Skip to content

Commit

Permalink
Merge pull request #50 from bcgov/chore/feature-branch-deploys
Browse files Browse the repository at this point in the history
Allow feature branch pull requests to deploy to dev
  • Loading branch information
kyle1morel authored Mar 28, 2024
2 parents 8fc89ba + 8837ecc commit 5b1b22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-pr-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- master
- 'feature/**'
types:
- closed

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on-pr-opened.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- master
- 'feature/**'
types:
- opened
- reopened
Expand Down

0 comments on commit 5b1b22f

Please sign in to comment.