Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2c31a44

Browse files
committedMay 3, 2018
Fix of CircleCI config
1 parent 6dc29fb commit 2c31a44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ workflows:
3434
version: 2
3535
build:
3636
jobs:
37-
- test
37+
- test:
38+
filters:
39+
tags:
40+
only: /v[0-9]+(\.[0-9]+)*/
3841
- release:
3942
filters:
4043
branches:

0 commit comments

Comments
 (0)
Please sign in to comment.