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 068254b commit 866b330Copy full SHA for 866b330
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=Demo-App-backend -Dsonar.projectName='Demo App backend'
34
35
- name: 🤖 Sonar Summary
36
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/master'
37
run: |
38
echo "### 🤖 Sonar Summary\n${{ secrets.SONARQUBE_HOST }}" >> $GITHUB_STEP_SUMMARY
39
0 commit comments