Skip to content

Commit

Permalink
added workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mcilurzo committed Jun 23, 2023
1 parent 949008d commit 6462123
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6462123

Please sign in to comment.