Skip to content

Commit

Permalink
Merge pull request #274 from TransbankDevelopers/chore/add-scan-when-…
Browse files Browse the repository at this point in the history
…push-to-master

chore: add scan when push to master
  • Loading branch information
mastudillot authored Dec 3, 2024
2 parents 00b6f46 + 3772667 commit cb946ef
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 cb946ef

Please sign in to comment.