From b333d28a5b50df47e2d04f03cadcc21e048a8305 Mon Sep 17 00:00:00 2001 From: tsxc Date: Sun, 26 Jan 2025 18:50:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=89=8B=E5=8A=A8=E6=9E=84?= =?UTF-8?q?=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dfcd5a5..9ff5d2f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,12 @@ on: push: branches: - main + workflow_dispatch: + inputs: + branch: + description: 'Branch to build' + required: true + default: 'main' jobs: release: