Changes to deploy-docker-tag.yml now trigger action
This commit is contained in:
parent
acdc9ff57e
commit
8d82670ff1
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue