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

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


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

commit fa2e4b5e13d98a54acc21d50b4cc17a834843aed
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Apr 13 18:36:33 2025 +0200

    Allow to manually execute release drafter (#235)
---
 .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 b6d54072..00025e72 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -22,6 +22,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