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" - "v2.spacy.io"
paths: paths:
exclude: exclude:
- "website/*" - "website/**"
- "*.md" - "*.md"
pr: pr:
paths: paths:
include: include:
- "*.cfg" - "setup.cfg"
- "*.py" - "setup.py"
- "*.toml" - "pyproject.toml"
- "*.yml" - "azure-pipelines.yml"
- ".github/azure-steps.yml" - ".github/azure-steps.yml"
- "spacy/*" - "spacy/**"
- "website/meta/universe.json" - "website/meta/universe.json"
jobs: jobs: