mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
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:
parent
af3659ac1a
commit
354aaec2e0
2 changed files with 2 additions and 5 deletions
|
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
"branches": {
|
||||
"only": [
|
||||
"auto",
|
||||
"next",
|
||||
"master",
|
||||
"/^.*-maintenance$/"
|
||||
"master"
|
||||
]
|
||||
},
|
||||
"cache": "pip",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ cfg['git'] = {
|
|||
}
|
||||
|
||||
cfg['branches'] = {
|
||||
'only': ['auto', 'next', 'master', '/^.*-maintenance$/']
|
||||
'only': ['master']
|
||||
}
|
||||
|
||||
cfg['install'] = """
|
||||
|
|
|
|||
Loading…
Reference in a new issue