Merge pull request #212 from helmfile/mumoshu-patch-1
The image publishing workflow should trigger on version tags
This commit is contained in:
commit
31d3d3fad7
|
|
@ -9,6 +9,8 @@ on:
|
|||
- "image/**"
|
||||
- "*image"
|
||||
- "image*"
|
||||
tags:
|
||||
- 'v*'
|
||||
paths-ignore:
|
||||
- .github/workflows/ci.yml
|
||||
- .github/workflows/lock.yml
|
||||
|
|
|
|||
Loading…
Reference in New Issue