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:
Florian Weber 2025-01-11 11:59:15 +01:00
parent 88d838d981
commit 3040953b6e
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -4,6 +4,9 @@ on:
push: push:
branches: branches:
- master - 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 # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: