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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f1d5fc2  fixbad copy/paster
f1d5fc2 is described below

commit f1d5fc24411120fbb3ba6c2d0fe9a56e157c9a4b
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 10 11:01:29 2022 +1000

    fixbad copy/paster
---
 .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 6c99192..0b912b5 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -21,8 +21,7 @@ name: Release Drafter
 on:
   push:
     branches:
-      - main
-      - v[0-9]+
+      - master
 
 jobs:
   update_release_draft:

Reply via email to