Skip to content

Commit

Permalink
Optimize workflows in CircleCI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Sep 17, 2018
1 parent 711c172 commit 768c4e7
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,13 @@ jobs:
- run:
name: Run goreleaser
command: goreleaser

workflows:
version: 2
build:
jobs:
- build:
filters:
branches:
only: /.*/
tags:
ignore: /^v[0-9]+(\.[0-9]+)*/
build-and-release:
main:
jobs:
- build:
filters:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+(\.[0-9]+)*/
- release:
Expand All @@ -59,4 +50,3 @@ workflows:
ignore: /.*/
tags:
only: /^v[0-9]+(\.[0-9]+)*/

0 comments on commit 768c4e7

Please sign in to comment.