From 3687e4c7ef1ce7d4799706257f92d0fd836532d4 Mon Sep 17 00:00:00 2001 From: root <834207172@qq.com> Date: Thu, 2 Apr 2026 19:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/.gitlab-c?= =?UTF-8?q?i.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/.gitlab-ci.yml b/.gitea/workflows/.gitlab-ci.yml index 9f1085b..fbfb574 100644 --- a/.gitea/workflows/.gitlab-ci.yml +++ b/.gitea/workflows/.gitlab-ci.yml @@ -2,7 +2,7 @@ name: Plugin Library CI on: push: - branches: [master, main,dev] + branches: [master, main] workflow_dispatch: # 支持手动触发 env: @@ -12,7 +12,7 @@ env: jobs: # 定义所有模块矩阵 publish: - runs-on: ubuntu-latest # 对应你的 GitLab runner tag + runs-on: dev # 对应你的 GitLab runner tag container: image: node:18-alpine