From ab2afef68aa98d92940eaea94839b0f9a75e3634 Mon Sep 17 00:00:00 2001 From: jingjidove Date: Sat, 26 Apr 2025 20:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9dev=20action=E8=A7=A6?= =?UTF-8?q?=E5=8F=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/dev.yaml b/.gitea/workflows/dev.yaml index 2afb9f6..0c7f4dd 100644 --- a/.gitea/workflows/dev.yaml +++ b/.gitea/workflows/dev.yaml @@ -1,12 +1,9 @@ -name: test-doc -run-name: Testing doc — ${{ gitea.run_id }} +name: Checking-doc +run-name: Checking doc — ${{ gitea.run_id }} on: workflow_dispatch: pull_request: - types: [opened] - push: - branches-ignore: - - main + types: [opened,synchronize] jobs: build-and-deploy: