From 652560d277758708d8fe13e2b8229afc3a895809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E6=9C=94?= <565183519@qq.com> Date: Sun, 19 Jul 2026 15:42:22 +0800 Subject: [PATCH] ci: restore Forgejo-compatible Windows dispatch --- .github/workflows/build-windows-manual.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-windows-manual.yml b/.github/workflows/build-windows-manual.yml index af92111..da3a4c7 100644 --- a/.github/workflows/build-windows-manual.yml +++ b/.github/workflows/build-windows-manual.yml @@ -1,20 +1,12 @@ name: Build Windows GLS Team Foundation -# Forgejo activation marker: trigger the first push run after enabling this workflow. - on: - push: - branches: - - main - paths: - - ".github/workflows/build-windows-manual.yml" workflow_dispatch: inputs: version: description: "GLS team installer version" required: true default: "0.1.7" - type: string env: NODE_OPTIONS: --max-old-space-size=4096