diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc55a4e..3c29ea4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,9 @@ on: branches: - '**' pull_request: + workflow_dispatch: + schedule: + - cron: '0 0 * * 4' env: CI: true