Switch to run check on Pull Request

To see if this will then show up in Pull Request checks
This commit is contained in:
Gary Ewan Park 2019-03-04 22:46:26 +00:00 committed by GitHub
parent b156b7c776
commit bdf198febe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
workflow "Lint Awesome List" {
on = "push"
on = "pull_request"
resolves = ["max/awesome-lint"]
}