Ignore all branches and only deploy tags

This commit is contained in:
Enrico Stahn 2018-02-18 22:59:58 +11:00
parent 71dbd1db24
commit e57d4fc448
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -34,7 +34,6 @@ workflows:
- build - build
filters: filters:
branches: branches:
only: ignore: /.*/
- master
tags: tags:
only: /^v[0-9]+(\.[0-9]+)*(-.*)*/ only: /^v[0-9]+(\.[0-9]+)*(-.*)*/