diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3677807a..c0fcb6106 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,10 @@ name: CI -on: [push, pull_request] +on: + push: + pull_request: + schedule: + - cron: '0 0 * * *' jobs: ci: