From d4077da8ab8c897ebd590275bd3c7f27dd02f75e Mon Sep 17 00:00:00 2001 From: zhengjw22 Date: Sun, 28 Jul 2024 15:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6e5d5bd3..fe39b043 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,6 +11,8 @@ name: Distribution on: push: branches: [ "master" ] + tags: + - 'v*' paths-ignore: - 'pages/**' pull_request: