Skip to content

Commit

Permalink
fix building releases
Browse files Browse the repository at this point in the history
  • Loading branch information
aligator committed Aug 9, 2020
1 parent 0afed77 commit e839ba1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ workflows:
version: 2
goslice-ci:
jobs:
- goslice-test
- goslice-test:
filters:
tags:
only: /.*/
- goslice-build-releases:
requires:
- goslice-test
Expand Down

0 comments on commit e839ba1

Please sign in to comment.