Skip to content

Commit

Permalink
Added the ability to run manually the build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrandeanonimo authored Oct 19, 2024
1 parent 3337e59 commit 96a5712
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ name: Release JAR
on:
release:
types: [created]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 96a5712

Please sign in to comment.