From 07dfa5466961b98f44752d009f6cbf0d41cf7ca9 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 25 Jan 2023 15:35:17 +0100 Subject: [PATCH] CI: Extend website excludes (#12185) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e9ac91068..541656c3d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,6 +26,7 @@ pr: - "website/meta/site.json" - "website/meta/sidebars.json" - "website/meta/type-annotations.json" + - "website/pages/*" - ".github/workflows/*" jobs: