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: