Skip to content

Commit

Permalink
adds cron job to action
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Apr 9, 2024
1 parent cc11efa commit 4b1ffef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
on:
# manually trigger
workflow_dispatch:
# pushing to main
push:
branches: main
# every week on sunday
schedule:
- cron: "0 0 * * SUN"

name: Quarto Publish

Expand Down

0 comments on commit 4b1ffef

Please sign in to comment.