We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e35863 commit 5b6aa2bCopy full SHA for 5b6aa2b
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,8 @@ name: Release with Maven
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
# events but only for the master branch
5
on:
6
- workflow_dispatch
+ workflow_dispatch:
7
+ create:
8
9
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
10
jobs:
0 commit comments