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

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


The following commit(s) were added to refs/heads/maven-resources-plugin-3.x by 
this push:
     new 304c2fc  Improve release-drafter configuration
304c2fc is described below

commit 304c2fcf672810f0e194c6663f7ac0b5d239ff41
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Mar 16 10:34:10 2025 +0100

    Improve release-drafter configuration
---
 .github/workflows/release-drafter.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release-drafter.yml 
b/.github/workflows/release-drafter.yml
index 1049eaa..fe8bd7e 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -19,7 +19,11 @@ name: Release Drafter
 on:
   push:
     branches:
-      - master
+      - maven-resources-plugin-3.x
+  workflow_dispatch:
+
 jobs:
    update_release_draft:
       uses: 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml@v4
+      with:
+        config-name: 'release-drafter-3.x.yml'

Reply via email to