Skip to content

Commit

Permalink
fix(ci): trigger PR actions for all target branches (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger authored Oct 28, 2022
1 parent 4f0be8c commit bb92f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-change-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Check change set
on:
pull_request:
branches:
- main
- staging
- '*'
types:
- opened
- reopened
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pr-conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Check conventional commits
on:
pull_request:
branches:
- main
- staging
- '*'
types:
- opened
- reopened
Expand Down

0 comments on commit bb92f39

Please sign in to comment.