Skip to content

Commit

Permalink
Merge pull request #81 from bcgov/ci-cd/release
Browse files Browse the repository at this point in the history
Add 'release/**' to PR pipelines
  • Loading branch information
kyle1morel authored May 22, 2024
2 parents 036ba99 + 566dd11 commit be5fcf5
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 @@ -10,6 +10,7 @@ on:
branches:
- master
- 'feature/**'
- 'release/**'
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 @@ -10,6 +10,7 @@ on:
branches:
- master
- 'feature/**'
- 'release/**'
types:
- opened
- reopened
Expand Down

0 comments on commit be5fcf5

Please sign in to comment.