mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Run CI on this branch too
This commit is contained in:
parent
308289febf
commit
1e425a590a
2 changed files with 3 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
"branches": {
|
"branches": {
|
||||||
"only": [
|
"only": [
|
||||||
"auto",
|
"auto",
|
||||||
|
"next",
|
||||||
"master",
|
"master",
|
||||||
"/^.*-maintenance$/"
|
"/^.*-maintenance$/"
|
||||||
]
|
]
|
||||||
|
|
@ -69,4 +70,4 @@
|
||||||
"make -e $BUILD"
|
"make -e $BUILD"
|
||||||
],
|
],
|
||||||
"sudo": true
|
"sudo": true
|
||||||
}
|
}
|
||||||
|
|
@ -17,7 +17,7 @@ cfg['git'] = {
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg['branches'] = {
|
cfg['branches'] = {
|
||||||
'only': ['auto', 'master', '/^.*-maintenance$/']
|
'only': ['auto', 'next', 'master', '/^.*-maintenance$/']
|
||||||
}
|
}
|
||||||
|
|
||||||
cfg['install'] = """
|
cfg['install'] = """
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue