mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:03:08 +02:00
Update github-bot.ts
follow dvelop instead master
This commit is contained in:
parent
1fd298ac9c
commit
e42aa2530d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue