diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c2ccfd337..61a51d24d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -1,5 +1,7 @@ name: Publish Website on: + schedule: + - cron: "45 4 * * MON" push: branches: - master