Skip to content

Commit

Permalink
Merge pull request #1053 from DFE-Digital/163551-ci-sonar
Browse files Browse the repository at this point in the history
Add exclusion paths for build and test
  • Loading branch information
paullocknimble authored May 9, 2024
2 parents 907b4f9 + 53f55b7 commit 1b9aaee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ name: Pull request checks
on:
push:
branches: [ main ]
paths:
- 'Dfe.PrepareConversions.*'
- '!Dfe.PrepareConversions.Dfe.PrepareConversions.CypressTests'
- '*.csproj'
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
paths:
- 'Dfe.PrepareConversions.*'
- '!Dfe.PrepareConversions.Dfe.PrepareConversions.CypressTests'
- '*.csproj'

env:
JAVA_VERSION: '17'
Expand Down

0 comments on commit 1b9aaee

Please sign in to comment.