From 38d729b34695468a5b08c4603f74f6115df23de0 Mon Sep 17 00:00:00 2001 From: Aiden <68633820+awils27@users.noreply.github.com> Date: Tue, 12 May 2026 13:55:10 +1000 Subject: [PATCH] CI update --- .gitea/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index ffb575b..0525436 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -7,6 +7,9 @@ on: - master - develop pull_request: + schedule: + # Nightly build at 14:00 UTC, roughly midnight in Australia/Sydney. + - cron: "0 14 * * *" workflow_dispatch: jobs: @@ -82,6 +85,7 @@ jobs: package-windows: name: Windows Release Package runs-on: windows-2022 + if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' needs: - native-windows - ui-ubuntu