Skip to content

Commit

Permalink
Restore 'on' conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Dec 10, 2024
1 parent 3edf64a commit b5aa544
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: [master]
paths:
- "deploy/**"

permissions: # added using https://github.com/step-security/secure-workflows
contents: read
Expand Down

0 comments on commit b5aa544

Please sign in to comment.