chore: update the building script

This commit is contained in:
Qsaker 2023-11-25 00:46:19 +08:00
parent 7df5bcb292
commit eccc1480e0

View File

@ -1,7 +1,7 @@
name: build-daily
on: push
# schedule:
# - cron: '0 0 * * *'
on:
schedule:
- cron: '0 0 * * *'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}