diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 39abb140f..ff44b775f 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -1,10 +1,6 @@ name: SonarCloud -on: - push: - branches: - - master - pull_request: - types: [opened, synchronize, reopened] +on: [push] + jobs: build: name: Build and analyze