Skip to content

Commit

Permalink
GH Actions: add cron
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Sep 29, 2023
1 parent fedf8f1 commit eae6c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
schedule:
- cron: '0 0 1 * *'
push:
branches: [main, master]
pull_request:
Expand Down

0 comments on commit eae6c52

Please sign in to comment.