mirror of https://github.com/explosion/spaCy.git
Switch back to exclude pr paths (#9486)
This commit is contained in:
parent
fca242b34e
commit
74ec37f7a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue