Skip to content

Commit

Permalink
Merge pull request #288 from DFE-Digital/feature/sonar-analysis-on-push
Browse files Browse the repository at this point in the history
Analyse main on merge to main.
Workflow change only, no code changes.
  • Loading branch information
RobertGHippo authored Aug 6, 2024
2 parents caac639 + 2144401 commit 07ad7fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Static code analysis
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
Expand Down

0 comments on commit 07ad7fe

Please sign in to comment.