From 18322f055e41b199295b652c109b14a79a281e24 Mon Sep 17 00:00:00 2001 From: Krishan Koenig Date: Wed, 8 Jan 2025 11:22:58 +0100 Subject: [PATCH] wip --- .github/workflows/create_scoped_zip.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_scoped_zip.yml b/.github/workflows/create_scoped_zip.yml index b4345d5b..07d8ef53 100644 --- a/.github/workflows/create_scoped_zip.yml +++ b/.github/workflows/create_scoped_zip.yml @@ -1,10 +1,8 @@ name: Create Release Zip on: - workflow_dispatch: # Allows manual triggering - push: # Add push trigger - release: - types: [published] + push: + pull_request: jobs: build: