Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
build master without releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
sampointer committed Nov 6, 2019
1 parent fc22d44 commit 852648b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,24 @@ workflows:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
- build:
filters:
branches:
only:
- master
jobs:
release:
docker:
- image: circleci/golang:1.13
steps:
- checkout
- run: curl -sL https://git.io/goreleaser | bash
build:
docker:
- image: circleci/golang:1.13
steps:
- checkout
- run: go build
- store_artifacts:
path: dy
destination: dy

0 comments on commit 852648b

Please sign in to comment.