From fac9f60804ca68c60a3c8f3f7f6ee9907c2c5c5d Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Mon, 5 May 2025 12:03:04 -0400 Subject: [PATCH] updated trigger logic --- .github/workflows/update-stable-from-master.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-stable-from-master.yml b/.github/workflows/update-stable-from-master.yml index d369f4cb..c77f1c72 100644 --- a/.github/workflows/update-stable-from-master.yml +++ b/.github/workflows/update-stable-from-master.yml @@ -2,14 +2,10 @@ name: Update Stable Branch from Master on Latest Release on: release: - types: [published] + types: [released] -# Only run if the published release is NOT a pre-release -if: github.event.release.prerelease == false - -# Define permissions required for the job permissions: - contents: write # Needed to push to the stable branch + contents: write jobs: update-stable-branch: