Skip to content

Commit cda1c4d

Browse files
committed
test: Run PR checks on master push
Run PR checks on pushes to master in addition to master branch PRs. This allows the check to be used in a master branch ruleset.
1 parent 9d660b5 commit cda1c4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_check.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches:
88
- master
9+
push:
10+
branches:
11+
- master
912

1013
jobs:
1114
pre-commit:

0 commit comments

Comments
 (0)