From 57797c41c6fc14e8b166c0e6bdce7f64e843f4c7 Mon Sep 17 00:00:00 2001 From: Michael Wisely <108433848+michael-wisely-gravwell@users.noreply.github.com> Date: Wed, 13 Nov 2024 15:14:15 -0700 Subject: [PATCH] Only trigger on branch push --- .github/workflows/sync-branches.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 144c535c..1ba02364 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -41,7 +41,8 @@ jobs: name: Sync branches on: - push: {} + push: + branches: '**' permissions: contents: write pull-requests: write