From 631c170fa57c31f69fba809ceb25b87b54f88f2d Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 14 Oct 2021 13:46:09 +0200 Subject: [PATCH] Adjust PR CI includes (#9464) --- azure-pipelines.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 844946845..245407189 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,10 +13,13 @@ trigger: - "*.md" pr: paths: - exclude: - - "website/*" - - "*.md" include: + - "*.cfg" + - "*.py" + - "*.toml" + - "*.yml" + - ".github/azure-steps.yml" + - "spacy/*" - "website/meta/universe.json" jobs: