Browse Source

CI: add release* branches to the whitelist

cl-refactor
Paweł Bylica 8 years ago
parent
commit
a055f5e354
No known key found for this signature in database GPG Key ID: 7A0C037434FE77EF
  1. 1
      .travis.yml
  2. 1
      appveyor.yml

1
.travis.yml

@ -3,6 +3,7 @@ branches:
only: only:
- /^v\d+\..+$/ - /^v\d+\..+$/
- master - master
- /^release.*$/
matrix: matrix:
include: include:
- os: linux - os: linux

1
appveyor.yml

@ -3,6 +3,7 @@ branches:
only: only:
- master - master
- /v\d+\..+/ - /v\d+\..+/
- /release.*/
shallow_clone: true shallow_clone: true
os: Visual Studio 2015 os: Visual Studio 2015
configuration: configuration:

Loading…
Cancel
Save