From c6a8375f674ce915d4fd6906a22948bac532620f Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 28 Nov 2025 15:14:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/develop?= =?UTF-8?q?=5Fbuild.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/develop_build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/develop_build.yaml b/.gitea/workflows/develop_build.yaml index 4f005b4f..37a1a3bb 100644 --- a/.gitea/workflows/develop_build.yaml +++ b/.gitea/workflows/develop_build.yaml @@ -8,6 +8,8 @@ on: jobs: build_and_deploy: runs-on: ubuntu-latest + if: "contains(github.event.head_commit.message, '[run build]')" + permissions: contents: read