From bf67bd6c012fe1367b346be87ba32e0ff24a4c4e Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Fri, 7 Oct 2022 20:27:05 +0000 Subject: [PATCH] Enable stack linter on push --- .github/workflows/stack-linter.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stack-linter.yml b/.github/workflows/stack-linter.yml index 8727bbf1..55f261dd 100644 --- a/.github/workflows/stack-linter.yml +++ b/.github/workflows/stack-linter.yml @@ -16,6 +16,7 @@ name: Stack Linter # Start the job on all push # ############################# on: + push: pull_request: ###############