using check_run instead of push

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

View File

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