diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 467263f7..5d2cce29 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,5 +1,10 @@ name: Build and Deploy -on: [push] + +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: + permissions: contents: write jobs: