Have GitHub action rebuild every hour

This commit is contained in:
John Wesley 2024-07-03 08:28:21 -04:00 committed by GitHub
parent 504fa26a8b
commit 6414e29260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: