From f6aa3881cdd28f1ea770181124003735ed56df20 Mon Sep 17 00:00:00 2001 From: Graeme Grimes Date: Mon, 11 Dec 2023 11:13:10 +0000 Subject: [PATCH] Update zip_scripts.yml --- .github/workflows/zip_scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zip_scripts.yml b/.github/workflows/zip_scripts.yml index 2bc8ac73..7042114f 100644 --- a/.github/workflows/zip_scripts.yml +++ b/.github/workflows/zip_scripts.yml @@ -4,7 +4,7 @@ name: CI # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "main" branch - commit: + push: branches: [ "ggrimes-patch-2" ] pull_request: branches: [ "ggrimes-patch-2" ]