Update and rename main.workflow to pullrequest.workflow

This commit is contained in:
Gary Ewan Park 2019-08-19 08:39:19 +01:00 committed by GitHub
parent 7abc751d8c
commit c55ecce251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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