GH-2278 - Enable milestone releases to Maven Central.
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -2,7 +2,7 @@ name: Release to Maven Central
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ release/release ]
|
||||
branches: [ "release/release", "release/milestone" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user