diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 88ace25..ad50508 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,6 +9,12 @@ on: branches: - main + schedule: + # Run at 2am UTC + - cron: "0 2 * * *" + + workflow_dispatch: + jobs: # Quick checks, running linters, checking formatting, etc quick: