Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Akenaide authored Feb 10, 2022
1 parent add7ec5 commit b87dc3e
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Go
on:
push:
branches: [ master ]
tags: "*"
pull_request:
branches: [ master ]

Expand All @@ -24,19 +23,3 @@ jobs:

- name: Test
run: go test -v ./...

- name: Automatic Releases
# You may pin to the exact commit or the version.
# uses: marvinpinto/action-automatic-releases@919008cf3f741b179569b7a6fb4d8860689ab7f0
uses: marvinpinto/[email protected]
with:
# GitHub secret token
repo_token: ${{ secrets.GITHUB_TOKEN }}
# Git tag (for automatic releases)
# Should this release be marked as a draft?
draft: false
# Should this release be marked as a pre-release?
prerelease: false
# Release title (for automatic releases)
# Assets to upload to the release
files: build/*

0 comments on commit b87dc3e

Please sign in to comment.