From 6a803cf90f17850a4abe4bac9bfd0a33ce595167 Mon Sep 17 00:00:00 2001 From: Abdellah Hariti Date: Thu, 25 Jul 2024 16:04:46 +0100 Subject: [PATCH] switch target branch to master --- .github/workflows/lint-404s.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: