Skip to content

Commit

Permalink
build(ci): only build on created releases
Browse files Browse the repository at this point in the history
  • Loading branch information
will7200 committed Jun 22, 2020
1 parent b7e7b83 commit d9c1e69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: release
on:
release:
types: [created]
name: Build Release
jobs:
publish:
Expand All @@ -12,7 +14,7 @@ jobs:
asset_name: crypto-sync-linux-amd64
- os: windows-latest
artifact_name: crypto-sync.exe
asset_name: crypto-sync-windows-amd64
asset_name: crypto-sync-windows-amd64.exe
- os: macos-latest
artifact_name: crypto-sync
asset_name: crypto-sync-macos-amd64
Expand Down

0 comments on commit d9c1e69

Please sign in to comment.