Skip to content

Commit

Permalink
GH workflow change - publish binary when tag is pushed (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yindia authored Jul 17, 2020
1 parent 5e0c7ec commit c17ee3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flytectl/.github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: goreleaser

on:
pull_request:
push:
tags:
- '*'

jobs:
goreleaser:
Expand Down

0 comments on commit c17ee3b

Please sign in to comment.