diff --git a/.github/workflows/master-ci.yml b/.github/workflows/master-ci.yml index 1e3b511..d12d2eb 100644 --- a/.github/workflows/master-ci.yml +++ b/.github/workflows/master-ci.yml @@ -6,6 +6,9 @@ on: - master types: - closed + push: + branches: + - master permissions: contents: write @@ -13,7 +16,7 @@ permissions: jobs: sonarqube: name: SonarQube Cloud scan - if: github.event.pull_request.merged == true + if: github.event_name == 'push' runs-on: ubuntu-latest steps: - name: Checkout