Skip to content

Commit

Permalink
Be more specific with paths (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl authored Oct 15, 2024
1 parent 69dc8fc commit f0ee09b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/continuous-integration-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ on:
- main
paths:
- 'Dfe.Academies.*/**'
- 'TramsDataApi*/**'
- 'PersonsApi*/**'
- 'TramsDataApi/**'
- 'TramsDataApi.*/**'
- 'PersonsApi/**'
- 'PersonsApi.*/**'
- '!Dfe.Academies.Performance/**'
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
paths:
- 'Dfe.Academies.*/**'
- 'TramsDataApi*/**'
- 'PersonsApi*/**'
- 'TramsDataApi/**'
- 'TramsDataApi.*/**'
- 'PersonsApi/**'
- 'PersonsApi.*/**'
- '!Dfe.Academies.Performance/**'

env:
Expand Down

0 comments on commit f0ee09b

Please sign in to comment.