mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Switch back to exclude pr paths (#9486)
This commit is contained in:
parent
fca242b34e
commit
74ec37f7a8
|
@ -9,18 +9,14 @@ trigger:
|
||||||
- "v2.spacy.io"
|
- "v2.spacy.io"
|
||||||
paths:
|
paths:
|
||||||
exclude:
|
exclude:
|
||||||
- "website/**"
|
- "website/*"
|
||||||
- "*.md"
|
- "*.md"
|
||||||
pr:
|
pr:
|
||||||
paths:
|
paths:
|
||||||
include:
|
exclude:
|
||||||
- "setup.cfg"
|
- "*.md"
|
||||||
- "setup.py"
|
- "website/docs/*"
|
||||||
- "pyproject.toml"
|
- "website/src/*"
|
||||||
- "azure-pipelines.yml"
|
|
||||||
- ".github/azure-steps.yml"
|
|
||||||
- "spacy/**"
|
|
||||||
- "website/meta/universe.json"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Perform basic checks for most important errors (syntax etc.) Uses the config
|
# Perform basic checks for most important errors (syntax etc.) Uses the config
|
||||||
|
|
Loading…
Reference in New Issue
Block a user