diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e4f1818..54cd86b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,11 +1,11 @@ name: Test on: - push: - branches: [ $default-branch ] - pull_request: - branches: [ $default-branch ] + push: {} + pull_request: {} workflow_dispatch: {} + schedule: + - cron: '30 06 * * *' jobs: test: