update valid branches on ci

This commit is contained in:
dkanada 2020-04-04 00:09:47 +09:00
parent 31b636b2a2
commit a925152299
2 changed files with 3 additions and 5 deletions

View File

@ -2,8 +2,7 @@ trigger:
batch: true
branches:
include:
- master
- release-*
- '*'
tags:
include:
- '*'
@ -27,7 +26,6 @@ jobs:
BuildConfiguration: production
Standalone:
BuildConfiguration: standalone
maxParallel: 3
steps:
- task: NodeTool@0

View File

@ -36,7 +36,7 @@ import events from 'events';
result.CustomPrefs = result.CustomPrefs || {};
self.displayPrefs = result;
});
};
}
export function getData() {
return this.displayPrefs;
@ -108,7 +108,7 @@ import events from 'events';
val = this.get('enableThemeSongs', false);
return val !== 'false';
};
}
export function enableThemeVideos(val) {
if (val != null) {