From c434ee51a7310a3d73c519a3732e024dda735217 Mon Sep 17 00:00:00 2001 From: Sebastian Dine Date: Sat, 9 May 2026 14:43:03 +0200 Subject: [PATCH] fix: sonarqube (#3) * sonarqube * sonarqube * sonarqube --------- Co-authored-by: sdine --- .github/workflows/master-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master-ci.yml b/.github/workflows/master-ci.yml index 1e3b511..d12d2eb 100644 --- a/.github/workflows/master-ci.yml +++ b/.github/workflows/master-ci.yml @@ -6,6 +6,9 @@ on: - master types: - closed + push: + branches: + - master permissions: contents: write @@ -13,7 +16,7 @@ permissions: jobs: sonarqube: name: SonarQube Cloud scan - if: github.event.pull_request.merged == true + if: github.event_name == 'push' runs-on: ubuntu-latest steps: - name: Checkout