From 3ba459cbcbd2ae15a0b032574422f2a777c6f0db Mon Sep 17 00:00:00 2001 From: David M Date: Wed, 8 Nov 2023 07:17:57 +0100 Subject: [PATCH] Update sonarcloud.yml --- .github/workflows/sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 6ad40297..aa43809c 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -2,9 +2,9 @@ name: SonarCloud analysis on: push: - branches: [ "master" ] + branches: [ "master", "static-code-analysis" ] pull_request: - branches: [ "master" ] + branches: [ "master", "static-code-analysis" ] workflow_dispatch: permissions: