We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e01e6 commit 764fefdCopy full SHA for 764fefd
.github/workflows/milestone.yaml
.github/workflows/release.yaml
@@ -2,7 +2,7 @@ name: Release to Maven Central
2
3
on:
4
push:
5
- branches: [ release/release ]
+ branches: [ "release/release", "release/milestone" ]
6
7
jobs:
8
build:
0 commit comments