From 638e8c152e5c0b60ae7e111ccee0492f26109a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 30 Dec 2020 13:02:22 +0100 Subject: [PATCH] Only run psalm on stable/master branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/static-analysis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index c67259c91..6129d9eaf 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -1,6 +1,11 @@ name: Static analysis -on: [push, pull_request] +on: + pull_request: + push: + branches: + - master + - stable* jobs: static-psalm-analysis: