:rocket: cron that deployment
1 files changed, 2 insertions(+), 0 deletions(-) M .github/workflows/main.yml
M .github/workflows/main.yml => .github/workflows/main.yml +2 -0
@@ 9,6 9,8 @@ on: branches: [ main ] pull_request: branches: [ main ] + schedule: + - cron: '0 * * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: