From 420dde247e91daf6f36351cb8573fd2b567595c2 Mon Sep 17 00:00:00 2001 From: nessi Date: Wed, 18 Mar 2026 10:48:24 +0100 Subject: [PATCH] refactor: remove push trigger and self-hosted runner requirement from Windows desktop client workflow Remove automatic push trigger on main/master branches and desktop-client path changes, keeping only manual workflow_dispatch. Remove self-hosted runner requirement to allow running on any Linux runner. --- .gitea/workflows/windows-desktop-client.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/windows-desktop-client.yml b/.gitea/workflows/windows-desktop-client.yml index dd885ae..0aa64cc 100644 --- a/.gitea/workflows/windows-desktop-client.yml +++ b/.gitea/workflows/windows-desktop-client.yml @@ -2,19 +2,11 @@ name: Build Windows Desktop Client on: workflow_dispatch: - push: - branches: - - main - - master - paths: - - ".gitea/workflows/windows-desktop-client.yml" - - "desktop-client/**" jobs: build-windows-client: name: Build Windows Client runs-on: - - self-hosted - linux defaults: