separate push and PR workflows

This commit is contained in:
Jeff Billimek 2019-05-26 17:49:44 -04:00 committed by GitHub
parent 5a2889e4b1
commit 935deb6863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,12 @@
workflow "Lint & Publish Helm chart" {
resolves = [
"Package Helm Chart(s)",
]
on = "push"
}
workflow "Pull Requests" {
resolves = [
"Pull Request Linting",
]
on = "push"