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