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/*"