diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6fad723..e7080d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,10 @@ on: push: branches: ['main'] + # Runs every hour + schedule: + - cron: "0 * * * *" + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: