From a9d32a2a6ec4a3e967ef45a45f984f8836101668 Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Wed, 11 Sep 2024 15:02:08 +0200 Subject: [PATCH] Update validate-docs.yml to run on pushes to main as well --- .github/workflows/validate-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-docs.yml b/.github/workflows/validate-docs.yml index b3f6015..f70c5a9 100644 --- a/.github/workflows/validate-docs.yml +++ b/.github/workflows/validate-docs.yml @@ -2,7 +2,7 @@ name: Validate docs on: push: - branches: [ master ] + branches: [ main ] pull_request: types: [opened, synchronize] # This will trigger the workflow only when a PR is opened or updated with new commits