From ea1a10237f91247a6cda96b03ef1f15e9c01dc93 Mon Sep 17 00:00:00 2001 From: Graeme Grimes Date: Mon, 11 Dec 2023 11:11:21 +0000 Subject: [PATCH] Update zip_scripts.yml --- .github/workflows/zip_scripts.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/zip_scripts.yml b/.github/workflows/zip_scripts.yml index 2a7cc765..2bc8ac73 100644 --- a/.github/workflows/zip_scripts.yml +++ b/.github/workflows/zip_scripts.yml @@ -4,10 +4,10 @@ name: CI # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "main" branch - push: - branches: [ "main" ] + commit: + branches: [ "ggrimes-patch-2" ] pull_request: - branches: [ "main" ] + branches: [ "ggrimes-patch-2" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: