mirror of https://github.com/explosion/spaCy.git
Avoid initial wildcards in PR CI filter (#9477)
* Avoid initial wildcards in PR CI filter * Adjust wildcard patterns
This commit is contained in:
parent
29e83f0819
commit
fca242b34e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue