Skip to content

Commit

Permalink
Change trigger when the user creates a release on github
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesbarreto committed Feb 23, 2021
1 parent aa18bf0 commit 4d71a96
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release

on:
push:
tags:
- 'v*'
release:
types: [created]

jobs:
release-linux-amd64:
Expand All @@ -12,7 +11,7 @@ jobs:
strategy:
matrix:
goos: [ linux, windows, darwin ]
goarch: [ "386", amd64 ]
goarch: [ amd64 ]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
Expand Down

0 comments on commit 4d71a96

Please sign in to comment.