Skip to content

Commit

Permalink
[Fix] circle ci (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored Nov 28, 2018
1 parent 6f3cea8 commit bf05bc9
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 @@ -48,7 +48,10 @@ workflows:
version: 2
test-deploy:
jobs:
- test
- test:
filters:
tags:
only: /^v.*/
- deploy:
requires:
- test
Expand Down

0 comments on commit bf05bc9

Please sign in to comment.