From 3aa13fea5627a06b4e72e944169a03c8d514e6ed Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 8 Nov 2019 09:17:10 -0600 Subject: [PATCH] fixing overkill --- .github/workflows/stack-linter.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index 68901a28..ac561c2f 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -13,7 +13,10 @@ ############################# # Start the job on all push # ############################# -on: ["push"] +on: + push: + branches-ignore: + - 'master' ############### # Set the Job #