Skip to content

Commit

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

0 comments on commit 020107a

Please sign in to comment.