diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index e03c4bf..e1f4910 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -3,7 +3,10 @@ name: NuGet - Release on: release: types: [published] - + push: + branches: [ "master" ] + + jobs: publish-nuget: runs-on: ubuntu-latest