diff --git a/.github/workflows/lint-404s.yml b/.github/workflows/lint-404s.yml index b4cd82a0187be..f0383875b5281 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: [lint-404s] + branches: [master] pull_request: - branches: [lint-404s] + branches: [master] jobs: index: