diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 23c0ff3abe..8c5c896fda 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -4,15 +4,14 @@ name: .NET on: - push: - branches: ["dui3/ci/*"] pull_request: branches: ["dui3/alpha"] jobs: build: runs-on: windows-latest - + env: + DOTNET_NUGET_SIGNATURE_VERIFICATION: false # fix long restore by adding security risk? Dodgy... We should be building on ubunty steps: - uses: actions/checkout@v4 with: