Fixlet to a log message
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 836074b6b3c2bb51e4ca2d30e3c183e520e9fb62..401dbfa8ed6d3a32f827db4707da24fe65e7c667 100644 (file)
@@ -3,10 +3,8 @@ on:
   push:
     branches:
       - master
-  pull_request_target:
+  pull_request:
     types: [opened, synchronize, reopened]
-    branches:
-      - master
 jobs:
   build:
     runs-on: ubuntu-latest
@@ -34,7 +32,7 @@ jobs:
       run: npm run coverage
     - name: SonarCloud Scan
       if: "github.repository == 'jerome-benoit/charging-stations-simulator' && 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 }}