Skip to content

Commit

Permalink
Update render-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman authored Nov 28, 2023
1 parent 5cefe97 commit 029806e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@

# Candace Savonen Apr 2021

# +---------------- minute (0 - 59)
# | +------------- hour (0 - 23)
# | | +---------- day of month (1 - 31)
# | | | +------- month (1 - 12)
# | | | | +---- day of week (0 - 6) (Sunday=0 or 7)
# | | | | |
# * * * * * command to be executed

name: Render all

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * *"
- cron: "0 3 * * 0"
push:
branches: [ main, staging ]
paths:
Expand Down

0 comments on commit 029806e

Please sign in to comment.