Skip to content

Commit 2c31a44

Browse files
committed
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

+4-1
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)