The image publishing workflow should trigger on version tags
Ref https://github.com/helmfile/helmfile/discussions/211
This commit is contained in:
parent
9b0293d9ea
commit
1e5d309e68
|
|
@ -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