Skip to content

Commit

Permalink
Merge pull request #29 from cam-inc/feature/update-github-action-trigger
Browse files Browse the repository at this point in the history
Add: pull request trigger in github action
  • Loading branch information
KenFujimoto12 authored Jul 21, 2022
2 parents f4092d5 + d0cfd42 commit 380e436
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- '**'
pull_request:
types: [opened, reopened]

jobs:
sonarcloud:
name: SonarCloud
Expand All @@ -24,4 +27,4 @@ jobs:
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 380e436

Please sign in to comment.