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 #