Skip to content

Commit

Permalink
Update config CircleCi
Browse files Browse the repository at this point in the history
  • Loading branch information
onimur committed Jun 30, 2020
1 parent 020107a commit 8b451ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ workflows:
requires:
- prepare
filters:
branches:
ignore: /.*/
tags:
only: /^\d+\.\d+\.\d+$/ #for tag 1.2.3
branches:
ignore: /.*/
tags:
only: /^\d+\.\d+\.\d+$/ #for tag 1.2.3
- publish-to-maven:
requires:
- publish-github-release
Expand Down

0 comments on commit 8b451ec

Please sign in to comment.