Skip to content

Commit

Permalink
Merge pull request #103 from SmartGecko44/SmartGecko44-patch-1
Browse files Browse the repository at this point in the history
Update sonarcloud.yml
  • Loading branch information
SmartGecko44 authored Sep 6, 2024
2 parents dc45662 + d117693 commit cc1d1d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
sonarcloud:
Expand All @@ -29,4 +32,4 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit cc1d1d0

Please sign in to comment.