1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Build trunk branch too to trigger AppVeyor on PR

This commit is contained in:
Takashi Kokubun 2019-05-25 07:21:37 -07:00
parent be851692ce
commit 7c507345a7
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -3,9 +3,10 @@ version: '{build}'
shallow_clone: true shallow_clone: true
platform: platform:
- x64 - x64
branches: ## Still allowing trunk branch for pull request. TODO: Skip non-pull-request trunk build.
except: # branches:
- trunk # mirrored master runs CI # except:
# - trunk # mirrored master runs CI
environment: environment:
ruby_version: "24-%Platform%" ruby_version: "24-%Platform%"
zlib_version: "1.2.11" zlib_version: "1.2.11"