diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bbd2cd..a7a5ca5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,8 @@ name: test on: - push - pull_request + - schedule: + - cron: '0 0 * * *' jobs: test: runs-on: ubuntu-latest