Avoid initial wildcards in PR CI filter (#9477)

* Avoid initial wildcards in PR CI filter

* Adjust wildcard patterns
This commit is contained in:
Adriane Boyd 2021-10-15 17:32:00 +02:00 committed by GitHub
parent 29e83f0819
commit fca242b34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -9,17 +9,17 @@ trigger:
- "v2.spacy.io"
paths:
exclude:
- "website/*"
- "website/**"
- "*.md"
pr:
paths:
include:
- "*.cfg"
- "*.py"
- "*.toml"
- "*.yml"
- "setup.cfg"
- "setup.py"
- "pyproject.toml"
- "azure-pipelines.yml"
- ".github/azure-steps.yml"
- "spacy/*"
- "spacy/**"
- "website/meta/universe.json"
jobs: