mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
run appveyor only for master and canary (#4678)
This commit is contained in:
parent
c83ea589c5
commit
419f9a0464
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ environment:
|
||||||
matrix:
|
matrix:
|
||||||
- platform: x64
|
- platform: x64
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- canary
|
||||||
|
|
||||||
image: Visual Studio 2019
|
image: Visual Studio 2019
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue