From 645d92082ef9a42c8a2f967a5aedfc62d065974a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Oct 2021 22:58:39 +0200 Subject: [PATCH] Refine CI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f70f2238..2f548a0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: - master - pull_request_target: + pull_request: types: [opened, synchronize, reopened] workflow_dispatch: inputs: @@ -49,7 +49,7 @@ jobs: - name: Sonar Code Analysis if: "github.repository == 'poolifier/poolifier' && matrix.node-version == '14.x'" - uses: SonarSource/sonarcloud-github-action@master + uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} -- 2.34.1