From 90d1b9497e04d0a8b01f537c5698dfc9f6f3f603 Mon Sep 17 00:00:00 2001 From: Steve Wagner Date: Tue, 14 Mar 2023 14:41:47 -0700 Subject: [PATCH] SQUASH: fidgeting with Docker Image Build Action --- .github/workflows/build-and-sign-image.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-and-sign-image.yml b/.github/workflows/build-and-sign-image.yml index 36364780..dd6c66a6 100644 --- a/.github/workflows/build-and-sign-image.yml +++ b/.github/workflows/build-and-sign-image.yml @@ -4,9 +4,7 @@ name: Build and sign image on: # THIS BLOCK IS FOR TESTING - branch_protection_rule: - types: - - created + create: # THIS BLOCK IS THE ACTUAL DESIRED EVENT TRIGGER # pull_request: