Skip to content

Commit

Permalink
Revert "Exclude sonar from PR (#98)"
Browse files Browse the repository at this point in the history
This reverts commit e14c2aa.
  • Loading branch information
damianszczepanik committed Dec 30, 2023
1 parent 91ae607 commit c52a969
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- master
# do not validate pull requests because SONAR_TOKEN is available only for project owner
pull_request:
types:
- opened
- synchronize
- reopened

jobs:
build:
Expand Down

0 comments on commit c52a969

Please sign in to comment.