From 9e74cad045682f2e36bcf7b1ba183f9879f92a40 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Thu, 30 Dec 2021 20:33:26 +0300 Subject: [PATCH] Update dotnetcore-nuget.yml --- .github/workflows/dotnetcore-nuget.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/dotnetcore-nuget.yml b/.github/workflows/dotnetcore-nuget.yml index 71c05f4..8253d8c 100644 --- a/.github/workflows/dotnetcore-nuget.yml +++ b/.github/workflows/dotnetcore-nuget.yml @@ -1,10 +1,6 @@ name: Nuget Publish Pipeline -on: - push: - branches: [ master ] - pull_request: - branches: [] +on: workflow_dispatch jobs: build: