diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 300ae2372..6bf591bee 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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