Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
CI: add release* branches to the whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 27, 2017
1 parent 52ce838 commit a055f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ branches:
only:
- /^v\d+\..+$/
- master
- /^release.*$/
matrix:
include:
- os: linux
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ branches:
only:
- master
- /v\d+\..+/
- /release.*/
shallow_clone: true
os: Visual Studio 2015
configuration:
Expand Down

0 comments on commit a055f5e

Please sign in to comment.