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:01:11 UTC

[maven-gh-actions-shared] branch main updated: ooops wrong repo

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 634ad2f  ooops wrong repo
634ad2f is described below

commit 634ad2ff7cd5ece69586fb5f941c4ec69f4be3e1
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 10 11:01:07 2022 +1000

    ooops wrong repo
---
 .github/workflows/release-drafter.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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