diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 78757414ab9..b7ac6b65519 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -4,10 +4,12 @@ on: branches: - "main" - "release/v*" - paths-ignore: - - "**/*.png" + paths: + - 'site/**' pull_request_target: types: [opened, synchronize, reopened] + paths: + - 'site/**' jobs: docs-lint: