Skip to content

Commit

Permalink
Remove paths restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Dec 10, 2024
1 parent 19191b5 commit 0da4348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/combine_deploy_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0da4348

Please sign in to comment.