From 66155cea68036470fd32a329c450e0220ae41871 Mon Sep 17 00:00:00 2001 From: XiaoXia Bot Date: Thu, 16 Jul 2026 22:00:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20push=E8=A7=A6=E5=8F=91=E5=8F=AA?= =?UTF-8?q?=E4=BF=9D=E7=95=99main/develop=EF=BC=8C=E6=A0=B9=E6=B2=BBPR?= =?UTF-8?q?=E5=8F=8C=E8=A7=A6=E5=8F=91=E9=87=8D=E5=A4=8Drun?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - push.branches移除所有feature/feat/bugfix/fix等通配符分支 - PR分支CI完全靠pull_request触发,不再重复触发 - push到main/develop仍正常触发(合并后全量CI + 发版) - tags和workflow_dispatch保持不变 --- .gitea/workflows/ci-build.yml | 11 ----------- .gitea/workflows/ci-cd.yml | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/.gitea/workflows/ci-build.yml b/.gitea/workflows/ci-build.yml index f1a78765e..09e6cc1ec 100644 --- a/.gitea/workflows/ci-build.yml +++ b/.gitea/workflows/ci-build.yml @@ -4,17 +4,6 @@ on: branches: - main - develop - - feature/** - - feat/** - - bugfix/** - - fix/** - - hotfix/** - - release/** - - refactor/** - - perf/** - - docs/** - - chore/** - - ci/** tags: - v* pull_request: diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index e5aad63db..e56993482 100755 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -4,17 +4,6 @@ on: branches: - main - develop - - feature/** - - feat/** - - bugfix/** - - fix/** - - hotfix/** - - release/** - - refactor/** - - perf/** - - docs/** - - chore/** - - ci/** tags: - v* pull_request: -- 2.54.0