diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 5e09df621f317..3ab3a3c5f8613 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -1,10 +1,11 @@ name: Sonarcloud Analysis on: - push: - branches: - - main - pull_request_target: - types: [opened, synchronize, reopened] +# push: +# branches: +# - main +# pull_request_target: +# types: [opened, synchronize, reopened] + workflow_dispatch: jobs: build: name: Build