Skip to content

Commit

Permalink
Merge pull request #485 from laedit/laedit-patch-1
Browse files Browse the repository at this point in the history
Fix sonar can't be runned on PR
  • Loading branch information
laedit authored Jun 1, 2024
2 parents 4d5cc08 + 7124514 commit b232641
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/sonar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: "Sonar"
on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]

jobs:
Analyze:
Expand Down Expand Up @@ -54,7 +51,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
Expand Down

0 comments on commit b232641

Please sign in to comment.