From 0c2f48719189f29a07eac7f5320fb03f24595d3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Ho=C3=9F?= Date: Sun, 6 Sep 2020 13:37:01 +0200 Subject: [PATCH] schedule website rebuild after release --- .github/workflows/website.yml | 2 ++ 1 file changed, 2 insertions(+) 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