From d5bd303b055e4b2565646167971dc52455145e88 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Thu, 19 Jan 2023 13:56:44 +0100 Subject: [PATCH] have both .md and .mdx --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7dabdd0be..066604f55 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,12 +10,14 @@ trigger: paths: exclude: - "website/*" + - "*.md" - "*.mdx" - ".github/workflows/*" pr: paths: exclude: - "website/*" + - "*.md" - "*.mdx" - ".github/workflows/*"