diff --git a/.github/workflows/continuous-integration-dotnet.yml b/.github/workflows/continuous-integration-dotnet.yml index 26f0604..b4bda9c 100644 --- a/.github/workflows/continuous-integration-dotnet.yml +++ b/.github/workflows/continuous-integration-dotnet.yml @@ -7,14 +7,12 @@ on: 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'