-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ name: Go | |
on: | ||
push: | ||
branches: [ master ] | ||
tags: "*" | ||
pull_request: | ||
branches: [ master ] | ||
|
||
|
@@ -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/* |