Skip to content

Commit

Permalink
Update sonarcloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Nov 13, 2023
1 parent 9f18ac8 commit 77a59f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 77a59f3

Please sign in to comment.