Skip to content

Commit

Permalink
displatch
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Nov 23, 2024
1 parent 8f0526f commit c28d0b3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ on:
push:
pull_request:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
release-type:
description: 'Type of release (major, minor, patch, alpha)'
required: true
default: alpha
type: choice
options:
- major
- minor
- patch
- alpha

jobs:
build:
Expand Down

0 comments on commit c28d0b3

Please sign in to comment.