From: Jérôme Benoit Date: Thu, 7 Oct 2021 20:58:39 +0000 (+0200) Subject: Refine CI X-Git-Tag: v2.2.0~16 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=645d92082ef9a42c8a2f967a5aedfc62d065974a;p=poolifier.git Refine CI Signed-off-by: Jérôme Benoit --- 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 }}