Switch back to exclude pr paths (#9486)

This commit is contained in:
Adriane Boyd 2021-10-16 23:48:55 +02:00 committed by GitHub
parent fca242b34e
commit 74ec37f7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 10 deletions

View File

@ -9,18 +9,14 @@ trigger:
- "v2.spacy.io"
paths:
exclude:
- "website/**"
- "website/*"
- "*.md"
pr:
paths:
include:
- "setup.cfg"
- "setup.py"
- "pyproject.toml"
- "azure-pipelines.yml"
- ".github/azure-steps.yml"
- "spacy/**"
- "website/meta/universe.json"
paths:
exclude:
- "*.md"
- "website/docs/*"
- "website/src/*"
jobs:
# Perform basic checks for most important errors (syntax etc.) Uses the config