From 51f5b61ff183f0c25a03b4e385e5906b2184316b Mon Sep 17 00:00:00 2001 From: SigureMo Date: Sun, 15 Sep 2024 04:37:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20update=20release=20trigger?= =?UTF-8?q?=20event?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90121ec77..3d3591b0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,9 @@ name: Release on: push: - tags: ["v*"] + tags: + - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 + - "biliass*" # # Push events to matching biliass*, i.e. biliass@1.0.0 workflow_dispatch: jobs: