From 1e53ab609e4a2ea92ee55734f42ada4ce7c6226d Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Mon, 20 Jan 2025 09:52:39 +0000 Subject: [PATCH] Only run documentation linter on branches that target `main` (#99163) --- .github/workflows/documentation-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index 061aad71099..0f041220ec9 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -1,6 +1,7 @@ name: Documentation CI on: pull_request: + branches: ["main"] paths: ["docs/sources/**"] workflow_dispatch: jobs: