Only run CI for branch master

For PRs, CI will run on the PR itself, so no need to run it for the
branch (otherwise we get duplicate jobs, and it's sooooo slow!).
This commit is contained in:
Hugo Osvaldo Barrera 2020-06-09 10:46:17 +02:00
parent af3659ac1a
commit 354aaec2e0
2 changed files with 2 additions and 5 deletions

View file

@ -1,10 +1,7 @@
{
"branches": {
"only": [
"auto",
"next",
"master",
"/^.*-maintenance$/"
"master"
]
},
"cache": "pip",

View file

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