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"
|
- "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:
|
||||||
|
|
Loading…
Reference in New Issue