Skip to content

Commit 913bc92

Browse files
committed
fix action trigger
1 parent 91a8d5c commit 913bc92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Release with Maven
33
# Controls when the action will run. Triggers the workflow on push or pull request
44
# events but only for the master branch
55
on:
6-
workflow_dispatch
7-
create
6+
workflow_dispatch:
7+
create:
88

99
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1010
jobs:

0 commit comments

Comments
 (0)