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": { "branches": {
"only": [ "only": [
"auto", "auto",
"next",
"master", "master",
"/^.*-maintenance$/" "/^.*-maintenance$/"
] ]
@ -69,4 +70,4 @@
"make -e $BUILD" "make -e $BUILD"
], ],
"sudo": true "sudo": true
} }

View file

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