Skip to content

Commit

Permalink
Update dotnet.yml (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
cshnimble authored May 13, 2024
1 parent ea494e1 commit f226b0b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
push:
branches: [ master ]
paths:
- 'Dfe.Academies.*'
- '!Dfe.Academies.External.Web.CypressTests'
- '*.csproj'
- 'Dfe.Academies.*/**'
- '!Dfe.Academies.External.Web.CypressTests/**'
- '**/*.csproj'
pull_request:
branches: [ master ]
types: [ opened, synchronize, reopened ]
paths:
- 'Dfe.Academies.*'
- '!Dfe.Academies.External.Web.CypressTests'
- '*.csproj'
- 'Dfe.Academies.*/**'
- '!Dfe.Academies.External.Web.CypressTests/**'
- '**/*.csproj'

env:
JAVA_VERSION: '17'
Expand Down

0 comments on commit f226b0b

Please sign in to comment.