mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-15 06:28:55 +00:00
Have GitHub action rebuild every hour
This commit is contained in:
parent
504fa26a8b
commit
6414e29260
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue