switching PR workflow to use pull request events

This commit is contained in:
Jeff Billimek 2019-05-26 21:48:06 -04:00 committed by GitHub
parent 64228b418f
commit d441df7842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ workflow "Pull Requests" {
resolves = [
"Pull Request Linting",
]
on = "push"
on = "pull_request"
}
action "Package Helm Chart(s)" {