Configure auto deploy to bintray

This commit is contained in:
Mikołaj Pich 2020-06-10 19:42:11 +02:00
parent 9a748a3e58
commit 6c5d955d43

View file

@ -60,3 +60,13 @@ workflows:
test:
jobs:
- test
test-and-deploy:
jobs:
- test
filters:
tags:
only: /.*/
- deploy:
requires:
- test