Skip to content

Commit

Permalink
refactor(ci): constrain sonar to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 11, 2023
1 parent 1902981 commit f57dd16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: 👀 Sonar Scan
if: github.ref == 'refs/heads/master'
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
Expand Down

0 comments on commit f57dd16

Please sign in to comment.