Gatekeeper should ignore handbook and website PRs (#13948)

This commit is contained in:
Luke Heath 2023-09-15 09:57:28 -05:00 committed by GitHub
parent 35d233eee2
commit 7815a7f695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,10 @@ on:
pull_request:
branches:
- main
paths-ignore:
- "handbook/**"
- "website/**"
- "mdm-profiles/**"
jobs:
merge-gatekeeper: