Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #713 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 569197b + e778e6f commit 8e36c5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-integration-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ name: .NET Build and Test
on:
push:
branches: [ main ]
paths:
- 'Dfe.PrepareTransfers.*'
- '!end-to-end-tests'
- '*.csproj'
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened]
paths:
- 'Dfe.PrepareTransfers.*'
- '!end-to-end-tests'
- '*.csproj'

env:
DOTNET_VERSION: '6.0.403'
Expand Down

0 comments on commit 8e36c5d

Please sign in to comment.