Skip to content

Commit

Permalink
adding schedule for running quarto publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alix-tz committed Aug 22, 2024
1 parent 2e5a171 commit 4ed5c6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on:
workflow_dispatch:
schedule:
# every Monday at 6AM UTC
- cron: "* 6 * * 1"
push:
branches: main

Expand Down

0 comments on commit 4ed5c6e

Please sign in to comment.