diff --git a/.github/workflows/sonar_pr.yml b/.github/workflows/sonar_pr.yml index 7d5fa714..ca577f3f 100644 --- a/.github/workflows/sonar_pr.yml +++ b/.github/workflows/sonar_pr.yml @@ -1,9 +1,11 @@ name: SonarCloud -on: - pull_request_target: - branches: - - main - types: [ opened, synchronize, reopened ] + +on: [ push, workflow_dispatch ] +# on: +# pull_request_target: +# branches: +# - main +# types: [ opened, synchronize, reopened ] jobs: build: