mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-21 12:21:03 +02:00
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:
committed by
Jon Grace-Cox
parent
9d660b5652
commit
cda1c4ddfa
3
.github/workflows/pr_check.yaml
vendored
3
.github/workflows/pr_check.yaml
vendored
@@ -6,6 +6,9 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
|
Reference in New Issue
Block a user