ci: allowing tag creation as trigger to push helm chart

This commit is contained in:
Gonzalo Gabriel Jiménez Fuentes
2021-09-23 14:36:22 +02:00
parent b28b98a7bc
commit 8fdc53e870

View File

@@ -3,10 +3,12 @@ name: Helm Chart
on:
push:
branches: [ "*" ]
tags: [ "helm-v*" ]
pull_request:
branches: [ "*" ]
create:
branches: [ "*" ]
tags: [ "helm-v*" ]
jobs:
lint: