From 190455a1bdf3ce7d65c2918e21ebd74426abb938 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Sat, 13 Dec 2025 10:23:55 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=B7=BB=E5=8A=A0=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E8=A7=A6=E5=8F=91=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=9A=84?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 GitHub Actions 工作流中启用 workflow_dispatch 触发器 - 允许通过 GitHub UI 手动启动 ogame-vue-ts 构建任务 - 保留现有的 push 到 main 分支的自动触发机制 --- .github/workflows/ogame-vue-ts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ogame-vue-ts.yml b/.github/workflows/ogame-vue-ts.yml index 0b1876b..e3225b4 100644 --- a/.github/workflows/ogame-vue-ts.yml +++ b/.github/workflows/ogame-vue-ts.yml @@ -4,6 +4,7 @@ on: push: branches: - main + workflow_dispatch: jobs: build-amd64: