From 1b3bfaec20a2e9e78548619cfa4cdd0725867eac Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:02:20 +0000 Subject: [PATCH] Remove push event from multiOSReleases workflow Removed push event trigger for main and V2-master branches. --- .github/workflows/multiOSReleases.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index 1595a62c2..adc5f3f5e 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -21,8 +21,6 @@ on: - windows - macos - linux - push: - branches: [main, V2-master] release: types: [created]