Update main.workflow

Switch back to push event
This commit is contained in:
Gary Ewan Park 2019-03-07 17:24:19 +00:00 committed by GitHub
parent 9084274b13
commit 19fb02218f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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