Skip to content

Commit 0a1d1c0

Browse files
authored
Update build.yml
1 parent 8efd352 commit 0a1d1c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
- 'dependabot/**'
7-
- '*'
86
pull_request:
97
types: [opened, synchronize, reopened]
108
jobs:
@@ -45,4 +43,4 @@ jobs:
4543
env:
4644
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4745
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48-
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=zzh1991_React-SpringBoot
46+
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=zzh1991_React-SpringBoot

0 commit comments

Comments
 (0)