add cron build

This commit is contained in:
Yuhao Zhou
2024-08-22 20:35:50 +08:00
parent eb3f97924e
commit 10f51d883b

View File

@@ -5,6 +5,9 @@ on:
branches:
- gh-actions
schedule:
- cron: "0 0 * * *"
jobs:
build-and-run:
runs-on: ubuntu-latest