Skip to content

Commit

Permalink
Update sonar-scanner.yml (#15)
Browse files Browse the repository at this point in the history
Run on push to master and develop and on open PRs
  • Loading branch information
paulbourelly999 authored Sep 20, 2023
1 parent 107edbf commit 0c5ab40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonar-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ on:
# Trigger analysis when pushing in master or pull requests, and when creating
# a pull request.
push:
# branches:
branches:
-master
-develop
pull_request:
types: [opened, synchronize, reopened]
name: Sonar Workflow
Expand Down

0 comments on commit 0c5ab40

Please sign in to comment.