Also exclude workflows from non-PR CI runs (#10305)

This commit is contained in:
Adriane Boyd 2022-02-16 13:45:30 +01:00 committed by GitHub
parent f6250015ab
commit 22066f4e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ trigger:
exclude:
- "website/*"
- "*.md"
- ".github/workflows/*"
pr:
paths:
paths:
exclude:
- "*.md"
- "website/docs/*"