We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872bef1 commit d55ee1eCopy full SHA for d55ee1e
.github/workflows/release-drafter.yml
@@ -21,8 +21,12 @@ name: Release Drafter
21
on:
22
push:
23
branches:
24
- - master
+ - maven-jar-plugin-3.x
25
+ workflow_dispatch:
26
+
27
28
jobs:
29
update_release_draft:
30
uses: apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4
31
+ with:
32
+ config-name: 'release-drafter-3.x.yml'
0 commit comments