Skip to content

Commit

Permalink
Add 'release/**' to PR pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle1morel committed May 22, 2024
1 parent 036ba99 commit 566dd11
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 566dd11

Please sign in to comment.