File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ matrix:
1313 include :
1414 # Images used in testing PR and try-build should be run first.
1515 - env : IMAGE=x86_64-gnu-llvm-3.7 RUST_BACKTRACE=1
16- if : type = pull_request OR branch = auto
16+ if : type = pull_request AND branch = auto
1717
1818 - env : IMAGE=dist-x86_64-linux DEPLOY=1
19- if : branch = try OR branch = auto
19+ if : branch = auto OR branch = auto
2020
2121 # "alternate" deployments, these are "nightlies" but don't have assertions
2222 # turned on, they're deployed to a different location primarily for projects
@@ -110,7 +110,7 @@ matrix:
110110
111111 # Linux builders, remaining docker images
112112 - env : IMAGE=arm-android
113- if : branch = auto
113+ if : branch = try OR branch = auto
114114 - env : IMAGE=armhf-gnu
115115 if : branch = auto
116116 - env : IMAGE=cross DEPLOY=1
You can’t perform that action at this time.
0 commit comments