diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 358e4460683a..756ade3b2381 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