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