Format one GitHub actions file
[poolifier.git] / .github / workflows / ci.yml
index b4699c6e61d1276d3fc17d57f83e00ee940e298f..2f548a0eef09d4248c108d3ba55ab2d00a7f5223 100644 (file)
@@ -5,6 +5,7 @@ on:
     branches:
       - master
   pull_request:
+    types: [opened, synchronize, reopened]
   workflow_dispatch:
     inputs:
       withBenchmark:
@@ -48,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 }}