From f27b9690dfe83b93a72854abb67fcff1b6e9afef Mon Sep 17 00:00:00 2001 From: windychen Date: Thu, 16 Jul 2026 14:12:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20workflow=20=E4=BB=85=E5=BD=93=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BF=A1=E6=81=AF=E5=90=AB=20chore+=E7=89=88=E6=9C=AC?= =?UTF-8?q?+=E6=9B=B4=E6=96=B0=20=E6=97=B6=E8=A7=A6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ce373c2..77273f0 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,11 +3,10 @@ name: Node.js Build on: push: branches: ["main", "master"] - pull_request: - branches: ["main", "master"] jobs: build: + if: contains(github.event.head_commit.message, 'chore') && contains(github.event.head_commit.message, '版本') && contains(github.event.head_commit.message, '更新') runs-on: docker # 匹配你 runner 的标签 steps: - name: Checkout code