Run CI on this branch too

This commit is contained in:
Hugo Osvaldo Barrera 2020-06-08 18:41:07 +02:00
parent 308289febf
commit 1e425a590a
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
"branches": {
"only": [
"auto",
"next",
"master",
"/^.*-maintenance$/"
]
@ -69,4 +70,4 @@
"make -e $BUILD"
],
"sudo": true
}
}

View file

@ -17,7 +17,7 @@ cfg['git'] = {
}
cfg['branches'] = {
'only': ['auto', 'master', '/^.*-maintenance$/']
'only': ['auto', 'next', 'master', '/^.*-maintenance$/']
}
cfg['install'] = """