From 9cc8a4915cf4b6d2f7a981247c6807627d7cc02d Mon Sep 17 00:00:00 2001 From: glihm Date: Tue, 17 Feb 2026 12:29:13 -0600 Subject: [PATCH] fix(ci): add on clause for the custom-release workflow --- .github/workflows/custom-release.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/custom-release.yml b/.github/workflows/custom-release.yml index 90893eaf..841e0bcc 100644 --- a/.github/workflows/custom-release.yml +++ b/.github/workflows/custom-release.yml @@ -7,4 +7,11 @@ # custom is a descriptive name for the release and X is the version number. # # gh workflow run custom-release.yml --ref feat/your-branch -f preview=v1.7.0-custom.1 -# \ No newline at end of file +# +on: + workflow_dispatch: + inputs: + preview: + description: Useless just to have valid workflow file + required: true + type: string