From b5aa544e70f4cb6e45c7fabae4dd36ebae529c7f Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Tue, 10 Dec 2024 17:28:20 -0500 Subject: [PATCH] Restore 'on' conditions --- .github/workflows/combine_deploy_image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/combine_deploy_image.yml b/.github/workflows/combine_deploy_image.yml index e1e89a96f1..c897337838 100644 --- a/.github/workflows/combine_deploy_image.yml +++ b/.github/workflows/combine_deploy_image.yml @@ -2,9 +2,9 @@ name: "Update combine_deploy image" on: push: - branches: [docker-actions, master] -# paths: -# - "deploy/**" + branches: [master] + paths: + - "deploy/**" permissions: # added using https://github.com/step-security/secure-workflows contents: read