From 0f66dccb119c4c413c94a5200a0d3527d6ecc4ca Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sat, 20 Mar 2021 19:21:22 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 15edacb..d4195cc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,24 +5,8 @@ on: branches: [ main ] pull_request: branches: [ main ] - release: - types: [ created ] jobs: - releases-matrix: - name: Release Go Binary - runs-on: ubuntu-latest - strategy: - matrix: - goos: [linux, windows, darwin, freebsd, openbsd, netbsd] - goarch: ["386", amd64] - steps: - - uses: actions/checkout@v2 - - uses: wangyoucao577/go-release-action@v1.15 - with: - goos: ${{ matrix.goos }} - goarch: ${{ matrix.goarch }} - build: runs-on: ubuntu-latest steps: