Configure auto deploy to bintray
This commit is contained in:
parent
9a748a3e58
commit
6c5d955d43
1 changed files with 10 additions and 0 deletions
|
@ -60,3 +60,13 @@ workflows:
|
|||
test:
|
||||
jobs:
|
||||
- test
|
||||
|
||||
test-and-deploy:
|
||||
jobs:
|
||||
- test
|
||||
filters:
|
||||
tags:
|
||||
only: /.*/
|
||||
- deploy:
|
||||
requires:
|
||||
- test
|
||||
|
|
Loading…
Reference in a new issue