diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 225f74b8..378c1146 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -3,6 +3,8 @@ on: push: branches: - main + schedule: + - cron: '0 0 * * *' # Run every day at 12am. jobs: aggregate: runs-on: ubuntu-latest