We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9616e64 commit be3b7b1Copy full SHA for be3b7b1
.github/workflows/sonarclourd.yml
@@ -1,8 +1,7 @@
1
name: Build
2
on:
3
push:
4
- branches:
5
- - master
+ branches: [ main ]
6
pull_request:
7
types: [opened, synchronize, reopened]
8
jobs:
@@ -33,4 +32,4 @@ jobs:
33
32
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
35
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
36
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
+ run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
0 commit comments