Merge branch 'master' of github.com:billimek/billimek-charts

* 'master' of github.com:billimek/billimek-charts:
  Update main.workflow
  using check_run instead of push
This commit is contained in:
Jeff Billimek 2019-05-15 16:41:31 -04:00
commit 426f77ec01

View File

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