diff --git a/.github/main.workflow b/.github/main.workflow index c962b21d..a20e1d09 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,6 +1,12 @@ workflow "Lint & Publish Helm chart" { resolves = [ "Package Helm Chart(s)", + ] + on = "push" +} + +workflow "Pull Requests" { + resolves = [ "Pull Request Linting", ] on = "push"