Skip to content

Commit 8b451ec

Browse files
committed
Update config CircleCi
1 parent 020107a commit 8b451ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ workflows:
102102
requires:
103103
- prepare
104104
filters:
105-
branches:
106-
ignore: /.*/
107-
tags:
108-
only: /^\d+\.\d+\.\d+$/ #for tag 1.2.3
105+
branches:
106+
ignore: /.*/
107+
tags:
108+
only: /^\d+\.\d+\.\d+$/ #for tag 1.2.3
109109
- publish-to-maven:
110110
requires:
111111
- publish-github-release

0 commit comments

Comments
 (0)