forked from kaboomserver/server
CI: Don't update files on push
This commit is contained in:
parent
8cc71068c6
commit
d2c764f79a
1 changed files with 0 additions and 3 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -1,8 +1,5 @@
|
||||||
name: Server Updater
|
name: Server Updater
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 18 * * MON,THU"
|
- cron: "0 18 * * MON,THU"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in a new issue