The image publishing workflow should trigger on version tags

Ref https://github.com/helmfile/helmfile/discussions/211
This commit is contained in:
Yusuke Kuoka 2022-07-05 21:29:09 +09:00 committed by GitHub
parent 9b0293d9ea
commit 1e5d309e68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ on:
- "image/**"
- "*image"
- "image*"
tags:
- 'v*'
paths-ignore:
- .github/workflows/ci.yml
- .github/workflows/lock.yml