Changes to deploy-image.yml now trigger action

This commit is contained in:
George 2024-06-19 17:16:11 -03:00 committed by GitHub
parent fb67d309c9
commit acdc9ff57e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
- master - master
- main - main
paths: paths:
- ".github/workflows/deploy-image.yml"
- "bin/entry_point.sh" - "bin/entry_point.sh"
- "Dockerfile" - "Dockerfile"
- "Gemfile" - "Gemfile"