diff --git a/.github/workflows/lint-404s.yml b/.github/workflows/lint-404s.yml index 8676d166cc9dd..bc9479d0a42bf 100644 --- a/.github/workflows/lint-404s.yml +++ b/.github/workflows/lint-404s.yml @@ -2,9 +2,9 @@ name: Lint Docs for 404s on: push: - branches: [master] + branches: [lint-404s] pull_request: - branches: [master] + branches: [lint-404s] jobs: index: