From c293c2833f387ea6a1d4072e9de774485fc0036b Mon Sep 17 00:00:00 2001 From: David Sheiles Date: Thu, 15 Apr 2021 23:30:43 +1000 Subject: [PATCH] Disable Auto trigger release --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35d3638..8d1775e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,9 +5,9 @@ name: Release version to Nuget # Controls when the action will run. on: # Triggers the workflow on push or pull request events but only for the master branch - push: +# push: # branches: [ master ] - pull_request: +# pull_request: # branches: [ master ] # Allows you to run this workflow manually from the Actions tab