From 8dddb3d9d3770c9436a32212b80ca0afac4fc8be Mon Sep 17 00:00:00 2001 From: Konstantin Diachenko Date: Sun, 26 Jan 2025 20:44:25 +0530 Subject: [PATCH] Fix #33 --- .github/workflows/csharp.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 6d39823..df117d0 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -24,16 +24,7 @@ jobs: submodules: true - name: Test run: | - dotnet test -c Release -f net8name: Publish NuGet Package - -on: - push: - branches: - - main - tags: - - 'v*.*.*' - -jobs: + dotnet test -c Release -f net8 pushNuGetPackageToGitHubPackageRegistry: needs: test runs-on: ubuntu-latest