diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29693c5..0b206df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI -on: [push, pull_request] +on: + push: + branches: ["**"] # Run on any branch + pull_request: + branches: ["**"] # Run on any branch + schedule: + - cron: "0 8 * * *" # Run at 8 AM UTC jobs: type-check: