mirror of
https://github.com/kaboomserver/server.git
synced 2024-11-24 16:28:06 -05:00
main.yml: update plugins on push to master
This commit is contained in:
parent
1bb60aa797
commit
86ba503137
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Server Updater
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "0 18 * * *"
|
||||
|
||||
|
|
Loading…
Reference in a new issue