Skip to content

Commit

Permalink
Merge pull request #76 from simeji/fix-circleci-config
Browse files Browse the repository at this point in the history
Add CircleCI filter:  run test when push version tags
  • Loading branch information
simeji authored Jan 4, 2019
2 parents d613a0d + 7eabf50 commit ab019bb
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 @@ -19,7 +19,10 @@ workflows:
version: 2
test_and_release:
jobs:
- test
- test:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
- release:
requires:
- test
Expand Down

0 comments on commit ab019bb

Please sign in to comment.