Enable CI builds for release branches

pull/3289/head
Aleksey Filippov 7 years ago
parent 12bac512f6
commit 909c93eee5
  1. 2
      .appveyor.yml
  2. 2
      .travis.yml

@ -52,6 +52,8 @@ platform:
branches:
only:
- master
# Release branches
- /^[0-9]+\.[0-9]+$/
init:
- ps: |

@ -3,6 +3,8 @@ sudo: false
branches:
only:
- master
# Release branches
- /^[0-9]+\.[0-9]+$/
os:
- linux

Loading…
Cancel
Save