mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 06:53: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 => {
|
handler.on('push', event => {
|
||||||
const ref = event.ref;
|
const ref = event.ref;
|
||||||
switch (ref) {
|
switch (ref) {
|
||||||
case 'refs/heads/master':
|
case 'refs/heads/develop':
|
||||||
const pusher = event.pusher;
|
const pusher = event.pusher;
|
||||||
const compare = event.compare;
|
const compare = event.compare;
|
||||||
const commits: any[] = event.commits;
|
const commits: any[] = event.commits;
|
||||||
|
|
Loading…
Reference in a new issue