Browse Source

CI: add release* branches to the whitelist

cl-refactor
Paweł Bylica 7 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:
- /^v\d+\..+$/
- master
- /^release.*$/
matrix:
include:
- os: linux

1
appveyor.yml

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

Loading…
Cancel
Save