From e2955a08a2efd3735211f1ad7110b6caea74e6dc Mon Sep 17 00:00:00 2001 From: Endial Fang Date: Tue, 13 Jan 2026 10:43:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=B5=81=E6=B0=B4?= =?UTF-8?q?=E7=BA=BF=E9=85=8D=E7=BD=AE=E4=B8=AD=E8=A7=A6=E5=8F=91=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2e6b2c1..69b620d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,9 +8,9 @@ when: - event: push - branch: [ "main", "master", "[0-9]*", "v[0-9]*" ] + branch: "main|master|[0-9]*|v[0-9]*" - event: tag - ref: [ "refs/tags/[0-9]*", "refs/tags/v[0-9]*" ] + ref: "refs/tags/([0-9]+|v[0-9].*)" labels: runtime: docker