From 74ec37f7a80379a3d2b6385842b0960e8f4e7a47 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Sat, 16 Oct 2021 23:48:55 +0200 Subject: [PATCH] Switch back to exclude pr paths (#9486) --- azure-pipelines.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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