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

.github/workflows/milestone.yaml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
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)