mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-08 11:15:52 +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": {
|
||||
"only": [
|
||||
"auto",
|
||||
"next",
|
||||
"master",
|
||||
"/^.*-maintenance$/"
|
||||
]
|
||||
|
|
@ -69,4 +70,4 @@
|
|||
"make -e $BUILD"
|
||||
],
|
||||
"sudo": true
|
||||
}
|
||||
}
|
||||
|
|
@ -17,7 +17,7 @@ cfg['git'] = {
|
|||
}
|
||||
|
||||
cfg['branches'] = {
|
||||
'only': ['auto', 'master', '/^.*-maintenance$/']
|
||||
'only': ['auto', 'next', 'master', '/^.*-maintenance$/']
|
||||
}
|
||||
|
||||
cfg['install'] = """
|
||||
|
|
|
|||
Loading…
Reference in a new issue