From 3040953b6e915f30180baa60a4c0d69ec4d78902 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Sat, 11 Jan 2025 11:59:15 +0100 Subject: [PATCH] Scheduled deployment for updating pack and game version --- .gitea/workflows/pages-deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/pages-deploy.yaml b/.gitea/workflows/pages-deploy.yaml index 4d5e7d0..8cff53d 100644 --- a/.gitea/workflows/pages-deploy.yaml +++ b/.gitea/workflows/pages-deploy.yaml @@ -4,6 +4,9 @@ on: push: branches: - master + # Runs every 3 hours to update pack and game version + schedule: + - cron: '0 */3 * * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: