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.
This commit is contained in:
Jon Grace-Cox
2024-12-30 07:48:55 -05:00
committed by Jon Grace-Cox
parent 9d660b5652
commit cda1c4ddfa

View File

@@ -6,6 +6,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
pre-commit: