From 93a611e22441e7c1f3e0b6695334f0e6683abf4b Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 11 Nov 2025 17:53:50 +0100 Subject: [PATCH] ci: exclude top-level docs files from full CI (#48872) --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f734ec3215..3c41c5b1ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,10 @@ jobs: filters: | docs: - 'docs/**' + - README.md + - SECURITY.md + - CONTRIBUTING.md + - CODE_OF_CONDUCT.md src: - '!docs/**' - name: Set Outputs for Build Image SHA & Docs Only