diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c930722..f706757 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,10 @@ name: "Build" -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: '0 1 * * *' jobs: build: