Skip to content

Commit

Permalink
chore: add scan when push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
mastudillot committed Dec 3, 2024
1 parent 00b6f46 commit 3772667
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- 'master'
jobs:
sonarcloud:
name: SonarCloud
Expand Down

0 comments on commit 3772667

Please sign in to comment.