Skip to content

Commit be3b7b1

Browse files
💚 fix sonarcloud.yml
1 parent 9616e64 commit be3b7b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/sonarclourd.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Build
22
on:
33
push:
4-
branches:
5-
- master
4+
branches: [ main ]
65
pull_request:
76
types: [opened, synchronize, reopened]
87
jobs:
@@ -33,4 +32,4 @@ jobs:
3332
env:
3433
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3534
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
36-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
35+
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar

0 commit comments

Comments
 (0)