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: