mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00: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
|
name: Server Updater
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 18 * * *"
|
- cron: "0 18 * * *"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue