Browse Source
CI: add release* branches to the whitelist
cl-refactor
Paweł Bylica
8 years ago
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
2 changed files with
2 additions and
0 deletions
-
.travis.yml
-
appveyor.yml
|
|
@ -3,6 +3,7 @@ branches: |
|
|
|
only: |
|
|
|
- /^v\d+\..+$/ |
|
|
|
- master |
|
|
|
- /^release.*$/ |
|
|
|
matrix: |
|
|
|
include: |
|
|
|
- os: linux |
|
|
|
|
|
@ -3,6 +3,7 @@ branches: |
|
|
|
only: |
|
|
|
- master |
|
|
|
- /v\d+\..+/ |
|
|
|
- /release.*/ |
|
|
|
shallow_clone: true |
|
|
|
os: Visual Studio 2015 |
|
|
|
configuration: |
|
|
|