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 8efd352 commit 0a1d1c0Copy full SHA for 0a1d1c0
.github/workflows/build.yml
@@ -3,8 +3,6 @@ on:
3
push:
4
branches:
5
- master
6
- - 'dependabot/**'
7
- - '*'
8
pull_request:
9
types: [opened, synchronize, reopened]
10
jobs:
@@ -45,4 +43,4 @@ jobs:
45
43
env:
46
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
47
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48
- run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=zzh1991_React-SpringBoot
+ run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=zzh1991_React-SpringBoot
0 commit comments