diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-11-16 23:00:34 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-11-16 23:00:34 +0900 |
| commit | e42aa2530d37a3f1eaf4a169f29ee8308e3e273d (patch) | |
| tree | 88d6a16b6ea55a2e731b6029e75bf937cfa3ee4e /src/server/api/service/github-bot.ts | |
| parent | Update docker.en.md (#3272) (diff) | |
| download | sharkey-e42aa2530d37a3f1eaf4a169f29ee8308e3e273d.tar.gz sharkey-e42aa2530d37a3f1eaf4a169f29ee8308e3e273d.tar.bz2 sharkey-e42aa2530d37a3f1eaf4a169f29ee8308e3e273d.zip | |
Update github-bot.ts
follow dvelop instead master
Diffstat (limited to 'src/server/api/service/github-bot.ts')
| -rw-r--r-- | src/server/api/service/github-bot.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/api/service/github-bot.ts b/src/server/api/service/github-bot.ts index 56c8bf7dc6..9ee522b6b1 100644 --- a/src/server/api/service/github-bot.ts +++ b/src/server/api/service/github-bot.ts @@ -87,7 +87,7 @@ handler.on('status', event => { handler.on('push', event => { const ref = event.ref; switch (ref) { - case 'refs/heads/master': + case 'refs/heads/develop': const pusher = event.pusher; const compare = event.compare; const commits: any[] = event.commits; |