diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc2a0f8..51c335d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,9 @@ name: Test -on: [push] +on: + push: + schedule: + - cron: '0 0 * * *' jobs: test: