diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b255872..b5a97cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,11 @@ name: Continuous Integration on: - - push - - pull_request + push: + pull_request: + workflow_dispatch: + schedule: + - cron: 0 6 * * * jobs: tests: