mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Gatekeeper should ignore handbook and website PRs (#13948)
This commit is contained in:
parent
35d233eee2
commit
7815a7f695
1 changed files with 4 additions and 0 deletions
4
.github/workflows/merge-gatekeeper.yml
vendored
4
.github/workflows/merge-gatekeeper.yml
vendored
|
|
@ -4,6 +4,10 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "handbook/**"
|
||||
- "website/**"
|
||||
- "mdm-profiles/**"
|
||||
|
||||
jobs:
|
||||
merge-gatekeeper:
|
||||
|
|
|
|||
Loading…
Reference in a new issue