mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Auto merge of #376 - untitaker:branches-whitelist, r=untitaker
Build only branches on whitelist None
This commit is contained in:
commit
f61d19bf5f
2 changed files with 9 additions and 0 deletions
|
|
@ -114,3 +114,8 @@ matrix:
|
||||||
env: BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal
|
env: BUILD=test DAV_SERVER=radicale REQUIREMENTS=minimal
|
||||||
|
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- auto
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -78,3 +78,7 @@ with section("matrix"):
|
||||||
.format(server_type=server_type,
|
.format(server_type=server_type,
|
||||||
server=server,
|
server=server,
|
||||||
requirements=requirements))
|
requirements=requirements))
|
||||||
|
|
||||||
|
with section("branches"):
|
||||||
|
with section("only"):
|
||||||
|
p('- auto')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue