From 08c7661461ca235d7dfe4be607aa2f00585e1a00 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Thu, 19 Jan 2023 12:22:57 +0100 Subject: [PATCH] ignore all mdx files and all files in website --- azure-pipelines.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0f7ea91f9..7dabdd0be 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,14 +10,13 @@ trigger: paths: exclude: - "website/*" - - "*.md" + - "*.mdx" - ".github/workflows/*" pr: paths: exclude: - - "*.md" - - "website/docs/*" - - "website/src/*" + - "website/*" + - "*.mdx" - ".github/workflows/*" jobs: