Skip to content

Commit

Permalink
Revert "Revert "Fix Sonar Cloud""
Browse files Browse the repository at this point in the history
  • Loading branch information
NMZ0429 committed Dec 3, 2023
1 parent 451a62b commit c772873
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""name: Build
name: Build
on:
push:
branches:
- master
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand All @@ -18,4 +18,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
"""

0 comments on commit c772873

Please sign in to comment.