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-redback-core.git
The following commit(s) were added to refs/heads/master by this push:
new a92d4294 fix branches
a92d4294 is described below
commit a92d4294d15d96b1c7f23b6646166c655d8d3f64
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Apr 10 13:04:15 2022 +1000
fix branches
Signed-off-by: Olivier Lamy <[email protected]>
---
.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 11a02029..d3a28870 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -19,7 +19,8 @@ name: Release Drafter
on:
push:
branches:
- - archiva-2.x
+ - master
+ - redback-2.6.x
jobs:
update_release_draft:
runs-on: ubuntu-latest