This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new cac34a9  Allow to manually execute release drafter
cac34a9 is described below

commit cac34a94ac2c757d28b7af6527ba97f2a505005b
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sat Apr 12 21:15:17 2025 +0200

    Allow to manually execute release drafter
---
 .github/workflows/release-drafter.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/release-drafter.yml 
b/.github/workflows/release-drafter.yml
index 1049eaa..96eaa60 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -20,6 +20,8 @@ on:
   push:
     branches:
       - master
+  workflow_dispatch:
+
 jobs:
    update_release_draft:
       uses: 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4

Reply via email to