mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
|
||||
|
||||
branches:
|
||||
only:
|
||||
- auto
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -78,3 +78,7 @@ with section("matrix"):
|
|||
.format(server_type=server_type,
|
||||
server=server,
|
||||
requirements=requirements))
|
||||
|
||||
with section("branches"):
|
||||
with section("only"):
|
||||
p('- auto')
|
||||
|
|
|
|||
Loading…
Reference in a new issue