Ignore release branches that exist only for gitbook
This commit is contained in:
parent
c0ec2ca27a
commit
7e31a67d81
|
@ -3,7 +3,7 @@ version: '{build}'
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v[0-9.]+/
|
||||
- /^v[0-9.]+\.[0-9.]+/
|
||||
|
||||
cache:
|
||||
- '%USERPROFILE%\.cargo'
|
||||
|
|
|
@ -16,7 +16,7 @@ script:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
|
||||
- /^v\d+\.\d+$/
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
|
Loading…
Reference in New Issue