mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
appveyor.yml: Do not doubly run CI on trunk
This commit is contained in:
parent
277e68825a
commit
d9b338a53f
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ version: '{build}'
|
|||
shallow_clone: true
|
||||
platform:
|
||||
- x64
|
||||
branches:
|
||||
except:
|
||||
- trunk # mirrored master runs CI
|
||||
environment:
|
||||
ruby_version: "24-%Platform%"
|
||||
zlib_version: "1.2.11"
|
||||
|
|
Loading…
Add table
Reference in a new issue