From 404fb5bcbd7d7d72a02f042724d74b654db177b3 Mon Sep 17 00:00:00 2001 From: Sherlock <135939370+sherlock-stallion@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:52:29 -0700 Subject: [PATCH] Add branch filters for pull request validation --- .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