From d441df78429725668e6a51aba22902df2ac9cbc9 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sun, 26 May 2019 21:48:06 -0400 Subject: [PATCH] switching PR workflow to use pull request events --- .github/main.workflow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/main.workflow b/.github/main.workflow index 05ee1396..a6fd94c1 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -9,7 +9,7 @@ workflow "Pull Requests" { resolves = [ "Pull Request Linting", ] - on = "push" + on = "pull_request" } action "Package Helm Chart(s)" {