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: