You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/04/10 01:00:26 UTC

[maven-gh-actions-shared] branch main updated: fix bad copy paste

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 093916f  fix bad copy paste
093916f is described below

commit 093916f3188553b196b83361e3da2bfdae09bf57
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 10 11:00:21 2022 +1000

    fix bad copy paste
---
 .github/workflows/release-drafter.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 6baa701..c9bf17b 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -19,8 +19,7 @@ name: Release Drafter
 on:
   push:
     branches:
-      - main
-      - v[0-9]+
+      - master
 
 jobs:
   update_release_draft: