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

Commit

Permalink
Merge pull request #50 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
cshnimble authored May 9, 2024
2 parents 074b96b + 9725055 commit 2378e66
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 @@ -4,9 +4,17 @@ on:
push:
branches:
- main
paths:
- 'Dfe.Identifiers.*'
- '!Dfe.Identifiers.Api.CypressTests'
- '!*.csproj'
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
paths:
- 'Dfe.Identifiers.*'
- '!Dfe.Identifiers.Api.CypressTests'
- '!*.csproj'

env:
DOTNET_VERSION: '6.0.403'
Expand Down

0 comments on commit 2378e66

Please sign in to comment.