From ae7736652bd58eb31eb27daf864c5fa6c20a87b6 Mon Sep 17 00:00:00 2001 From: David Suarez <1847875+dave92082@users.noreply.github.com> Date: Fri, 27 Nov 2020 16:23:41 -0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 41dc76d..5587e80 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,10 +1,8 @@ name: Go -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +on: + release: + types: [created] jobs: release-linux-amd64: