mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 07:35:08 +00:00
CI: Update files twice a week
Instead of every day. Try to save some space.
This commit is contained in:
parent
0f4a7f7e94
commit
49cb2f335e
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -4,7 +4,8 @@ on:
|
|||
branches:
|
||||
- master
|
||||
schedule:
|
||||
- cron: "0 18 * * *"
|
||||
- cron: "0 18 * * MON,THU"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Reference in a new issue