Skip to content

Commit 2ccd8f9

Browse files
Merge pull request #1093 from RapierCraftStudios/fix/check-commands-push-trigger-1086
fix(ci): add push trigger for staging/main to check-commands workflow
2 parents 6a68842 + 17aa8e3 commit 2ccd8f9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/check-commands.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ on:
55
paths:
66
- 'commands/**'
77
- 'scripts/check-native-conflicts.sh'
8+
push:
9+
branches:
10+
- staging
11+
- main
12+
paths:
13+
- 'commands/**'
14+
- 'scripts/check-native-conflicts.sh'
815

916
jobs:
1017
check-native-conflicts:

0 commit comments

Comments
 (0)