From c45edf2f835c5217062c7fafcd231d13189f81be Mon Sep 17 00:00:00 2001 From: Chris Sherlock <99017916+cshnimble@users.noreply.github.com> Date: Fri, 28 Jun 2024 10:37:28 +0100 Subject: [PATCH] Update continuous-integration-dotnet.yml (#755) --- .github/workflows/continuous-integration-dotnet.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/continuous-integration-dotnet.yml b/.github/workflows/continuous-integration-dotnet.yml index a57672abc..421fbdc0f 100644 --- a/.github/workflows/continuous-integration-dotnet.yml +++ b/.github/workflows/continuous-integration-dotnet.yml @@ -6,14 +6,12 @@ on: 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'