From 7b1f857c1c73c5a9eaa8b8655a7f0fbeb40af4b7 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Thu, 19 Jan 2023 14:07:39 +0100 Subject: [PATCH] exclude everything but universe.json --- azure-pipelines.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 066604f55..22539a763 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,9 +16,16 @@ trigger: pr: paths: exclude: - - "website/*" - "*.md" - "*.mdx" + - "website/docs/*" + - "website/src/*" + - "website/meta/*.tsx" + - "website/meta/*.mjs" + - "website/meta/languages.json" + - "website/meta/site.json" + - "website/meta/sidebars.json" + - "website/meta/type-annotations.json" - ".github/workflows/*" jobs: