diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 9a57178..f8b23c0 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -4,7 +4,7 @@ on: push: branches: # - main # production, already covered automatically by SonarQube Cloud - - dev + - main # pull_request: # SonarQube Server Community doesn't support PRs # types: [opened, synchronize, reopened] workflow_dispatch: