From 77a59f358336ac5cbddb8ae60194da0f91891a49 Mon Sep 17 00:00:00 2001 From: David M Date: Mon, 13 Nov 2023 14:16:43 +0100 Subject: [PATCH] Update sonarcloud.yml --- .github/workflows/sonarcloud.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 52da30d7..d8124fc7 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -2,9 +2,9 @@ name: SonarCloud analysis on: push: - branches: [ "master", "static-code-analysis" ] + branches: [ "master" ] pull_request: - branches: [ "master", "static-code-analysis" ] + branches: [ "master" ] workflow_dispatch: permissions: @@ -30,4 +30,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: mvn -B verify -Psonarcloud --file pom.xml + run: mvn -B install -Pfast,sonarcloud --file pom.xml