Update main.workflow

This commit is contained in:
Jeff Billimek 2019-05-15 16:28:32 -04:00 committed by GitHub
parent 6966e65fb6
commit 2f9350fe77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
workflow "Publish Helm chart" {
workflow "Lint & Publish Helm chart" {
resolves = [
"Package Helm Chart(s)",
]
on = "check_run"
on = "push"
}
action "Package Helm Chart(s)" {