From 64621232c595540d319bbdcd88171c060a721817 Mon Sep 17 00:00:00 2001 From: Manuel Cilurzo Date: Fri, 23 Jun 2023 15:02:41 +0200 Subject: [PATCH] added workflow_dispatch --- .github/workflows/release.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fec012a6f..3e7df6a9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,22 @@ on: tags: - '[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+-*' + workflow_dispatch: + inputs: + commit_type: + description: 'Commit Type' + required: true + default: 'refactor' + type: choice + options: + - feat + - fix + - refactor + commit_message: + description: 'Commit Type' + required: true + default: 'update icons' + type: string permissions: packages: write