Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzybol authored Jul 8, 2024
1 parent 043e1c6 commit 260273b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
name: Java CI with Maven, Auto-Versioning, and Release
#
on:
push:
branches: [ "master" ]
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
permissions:
contents: write
jobs:
Expand Down

0 comments on commit 260273b

Please sign in to comment.