Skip to content

Commit 764fefd

Browse files
committed
GH-2278 - Enable milestone releases to Maven Central.
1 parent 61e01e6 commit 764fefd

File tree

2 files changed

+1
-41
lines changed

2 files changed

+1
-41
lines changed

Diff for: .github/workflows/milestone.yaml

-40
This file was deleted.

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release to Maven Central
22

33
on:
44
push:
5-
branches: [ release/release ]
5+
branches: [ "release/release", "release/milestone" ]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)