feat: add support event type schedule

This commit is contained in:
bluelovers 2020-01-10 09:52:18 +08:00
parent 60e292adf7
commit b94f90d18f
4 changed files with 9 additions and 4 deletions

View file

@ -95,7 +95,7 @@ export function resolvePath(filePath: string): string {
}
export function getSupportedEvents(): string[] {
return [Events.Push, Events.PullRequest];
return [Events.Push, Events.PullRequest, Events.Schedule];
}
// Currently the cache token is only authorized for push and pull_request events