From 2590f7bbebbe72930c26eac59a31131119742acf Mon Sep 17 00:00:00 2001 From: henry-js <79054685+henry-js@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:10:33 +0100 Subject: [PATCH] build: make prerelease manual --- .github/workflows/build-prerelease.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-prerelease.yml b/.github/workflows/build-prerelease.yml index fcf97c6..b230663 100644 --- a/.github/workflows/build-prerelease.yml +++ b/.github/workflows/build-prerelease.yml @@ -1,10 +1,14 @@ name: Build Pre-release on: - push: - branches: - - main + # This makes the workflow completely manual. workflow_dispatch: + # You can optionally add inputs for the person running the workflow. + inputs: + reason: + description: 'Reason for building the pre-release' + required: true + default: 'Testing release candidate' jobs: check-config: