Skip to content

Commit bb92f39

Browse files
authored
fix(ci): trigger PR actions for all target branches (#357)
1 parent 4f0be8c commit bb92f39

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/pr-change-set.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ name: Check change set
55
on:
66
pull_request:
77
branches:
8-
- main
9-
- staging
8+
- '*'
109
types:
1110
- opened
1211
- reopened

.github/workflows/pr-conventional-commits.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ name: Check conventional commits
77
on:
88
pull_request:
99
branches:
10-
- main
11-
- staging
10+
- '*'
1211
types:
1312
- opened
1413
- reopened

0 commit comments

Comments
 (0)