Ignore release branches that exist only for gitbook

This commit is contained in:
Michael Vines 2019-09-17 15:31:13 -07:00
parent c0ec2ca27a
commit 7e31a67d81
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: '{build}'
branches:
only:
- master
- /^v[0-9.]+/
- /^v[0-9.]+\.[0-9.]+/
cache:
- '%USERPROFILE%\.cargo'

View File

@ -16,7 +16,7 @@ script:
branches:
only:
- master
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
- /^v\d+\.\d+$/
notifications:
slack: