Skip to content

Commit 5f16452

Browse files
authored
Update maven.yml
1 parent 3f05b87 commit 5f16452

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/maven.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
pull_request:
88
branches: [ main ]
99

10+
workflow_dispatch:
11+
inputs:
12+
name:
13+
description: 'Github Actions'
14+
required: true
15+
default: 'Github Actions'
16+
1017
jobs:
1118
build:
1219
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)