From 24ab345e00a89d9a583d433fe41f99ccb36d9e94 Mon Sep 17 00:00:00 2001 From: Sherlock <135939370+sherlock-stallion@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:51:28 -0700 Subject: [PATCH] Add branches to validate merge source workflow --- .github/workflows/validate-merge-source-internal.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-merge-source-internal.yml b/.github/workflows/validate-merge-source-internal.yml index 866ed87..16c24a6 100644 --- a/.github/workflows/validate-merge-source-internal.yml +++ b/.github/workflows/validate-merge-source-internal.yml @@ -1,6 +1,9 @@ name: Validate merge source on: pull_request: + branches: + - main + - integration workflow_dispatch: jobs: check-source: @@ -23,4 +26,4 @@ jobs: *) echo "No source restriction configured for $BASE" ;; - esac \ No newline at end of file + esac