Scheduled deployment for updating pack and game version
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 4m31s

This commit is contained in:
2025-01-11 11:59:15 +01:00
parent 88d838d981
commit 3040953b6e

View File

@@ -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: