You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/02/23 07:30:16 UTC

[maven-gh-actions-shared] branch v2 updated: Chang triggered event to workflow_call for release-drafter.yml

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

sjaranowski pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v2 by this push:
     new eb72871  Chang triggered event to workflow_call for release-drafter.yml
eb72871 is described below

commit eb72871a0e22e4c2d89e886299f39933f6b4fbbb
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Feb 23 08:29:45 2022 +0100

    Chang triggered event to workflow_call for release-drafter.yml
---
 .github/workflows/release-drafter.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 28cdf89..cc752b1 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -19,9 +19,8 @@
 
 name: Release Drafter
 on:
-  push:
-    branches:
-      - master
+  workflow_call:
+
 jobs:
   update_release_draft:
     runs-on: ubuntu-latest