Skip to content

Commit 866b330

Browse files
committed
fix(ci/summary): ref
1 parent 068254b commit 866b330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=Demo-App-backend -Dsonar.projectName='Demo App backend'
3434
3535
- name: 🤖 Sonar Summary
36-
if: github.ref == 'refs/heads/main'
36+
if: github.ref == 'refs/heads/master'
3737
run: |
3838
echo "### 🤖 Sonar Summary\n${{ secrets.SONARQUBE_HOST }}" >> $GITHUB_STEP_SUMMARY
3939

0 commit comments

Comments
 (0)