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

mbuenger pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this 
push:
     new fe9ec50f Allow to manually execute release drafter (#236)
fe9ec50f is described below

commit fe9ec50f652c9c7f8ad75d11da113cfbba5bdfce
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Apr 13 18:36:58 2025 +0200

    Allow to manually execute release drafter (#236)
---
 .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 e387e627..1211a6dc 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -22,6 +22,8 @@ on:
   push:
     branches:
       - maven-site-plugin-3.x
+  workflow_dispatch:
+
 jobs:
    update_release_draft:
       uses: 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4

Reply via email to