Skip to content

Commit

Permalink
Merge branch 'next' into pathways-base
Browse files Browse the repository at this point in the history
  • Loading branch information
mattb-hippo committed Dec 17, 2024
2 parents 7e91ae4 + cd99678 commit c8f5e57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Static code analysis

on:
workflow_dispatch:
# push:
# branches: ["main", "release/**", "feature/**", "fix/**"]
pull_request:
types: [opened, synchronize, reopened]
# branches: ["next", "main", "release/**", "feature/**", "fix/**"]
branches: ["next", "main", "release/**", "feature/**", "fix/**"]

jobs:
code-analysis:
Expand Down Expand Up @@ -54,7 +56,7 @@ jobs:

- name: Build, Test and Analyze
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN_AS: ${{ secrets.SONAR_TOKEN }}
run: |
dotnet-sonarscanner begin \
/k:"DFE-Digital_childrens-social-care-cpd" \
Expand Down

0 comments on commit c8f5e57

Please sign in to comment.