From 496a5bb21b1b5debdb01282468954133f74ffcb1 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Fri, 17 Jan 2025 15:07:04 +0100 Subject: [PATCH] Update static_analysis.yaml --- .github/workflows/static_analysis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static_analysis.yaml b/.github/workflows/static_analysis.yaml index 5812b9b..d0f11d2 100644 --- a/.github/workflows/static_analysis.yaml +++ b/.github/workflows/static_analysis.yaml @@ -1,8 +1,8 @@ name: Static Analysis on: pull_request: {} - push: - branches: [develop, master] +# push: +# branches: [develop, master] permissions: {} # No permissions needed jobs: ts_lint: