From 36d312657ed774b2ba9a1b8cfc08b6a59598ace6 Mon Sep 17 00:00:00 2001 From: Dima yawaflua Andreev Date: Wed, 26 Jun 2024 01:30:44 +0300 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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