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:
parent
be851692ce
commit
7c507345a7
1 changed files with 4 additions and 3 deletions
|
@ -3,9 +3,10 @@ version: '{build}'
|
|||
shallow_clone: true
|
||||
platform:
|
||||
- x64
|
||||
branches:
|
||||
except:
|
||||
- trunk # mirrored master runs CI
|
||||
## Still allowing trunk branch for pull request. TODO: Skip non-pull-request trunk build.
|
||||
# branches:
|
||||
# except:
|
||||
# - trunk # mirrored master runs CI
|
||||
environment:
|
||||
ruby_version: "24-%Platform%"
|
||||
zlib_version: "1.2.11"
|
||||
|
|
Loading…
Reference in a new issue