Changes to deploy-docker-tag.yml now trigger action

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

View File

@ -5,6 +5,8 @@ on:
tags:
- "v*"
paths:
- ".github/workflows/deploy-docker-tag.yml"
- ".github/workflows/deploy-image.yml"
- "bin/entry_point.sh"
- "Dockerfile"
- "Gemfile"