From 0da4348f3637fc170e5dfb7f967f8055dadde99b Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Tue, 10 Dec 2024 16:52:41 -0500 Subject: [PATCH] Remove paths restriction --- .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 c4e9b53910..a645788219 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: [docker-actions, master] +# paths: +# - "deploy/**" permissions: # added using https://github.com/step-security/secure-workflows contents: read