Skip to content

Commit 17bf73b

Browse files
committed
update ci
1 parent ef41124 commit 17bf73b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ orbs:
1212
workflows:
1313
build-test-publish:
1414
jobs:
15-
- test
15+
- test:
16+
filters:
17+
tags:
18+
only: /.*/
1619
- build-publish:
1720
requires:
1821
- test

0 commit comments

Comments
 (0)