From 885b3493f7c49318b8ee291d1ad280068bc6f68e Mon Sep 17 00:00:00 2001 From: Andreas Hubel <40266+saerdnaer@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:20:54 +0200 Subject: [PATCH] add cronjob --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7ced62..5d29eac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,8 @@ name: Release website on: + schedule: + - cron: "0 4 * * *" push: branches: - staging