Skip to content

Commit

Permalink
Goreleaser only on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Houndie committed Apr 18, 2021
1 parent 0897fa5 commit 4db0234
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
command: toolbox -v sync
- run:
Name: Goreleaser
command: toolbox do -- goreleaser --snapshot
command: toolbox do -- goreleaser
no_output_timeout: 30m

workflows:
Expand All @@ -75,5 +75,5 @@ workflows:
filters:
tags:
only: /^v[0-9]\.[0-9]\.[0-9]$/
#branches:
# ignore: /.*/
branches:
ignore: /.*/

0 comments on commit 4db0234

Please sign in to comment.