From 756aaf95f3822c0dd6187f88f26fff3935f33a4b Mon Sep 17 00:00:00 2001 From: Maxx Leung Date: Wed, 29 Nov 2023 22:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20tag=20=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nodejs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 4e11081..2361f4a 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -4,6 +4,8 @@ on: push: branches: - master + tags: + - "v*.*.*" pull_request: branches: - master