From bdf198febee0e3510bd15a034a26f80fca60d72d Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Mon, 4 Mar 2019 22:46:26 +0000 Subject: [PATCH] Switch to run check on Pull Request To see if this will then show up in Pull Request checks --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 2f1b473..9a858a3 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,5 +1,5 @@ workflow "Lint Awesome List" { - on = "push" + on = "pull_request" resolves = ["max/awesome-lint"] }