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 d6f6296 commit 298b24dCopy full SHA for 298b24d
.github/workflows/build.yml
@@ -3,7 +3,7 @@ name: Build Maven
3
on:
4
push:
5
pull_request:
6
- branches: [ master ]
+ branches: [ 'master','release/3.0.0-SNAPSHOT' ]
7
jobs:
8
build-maven:
9
runs-on: ${{ matrix.os }}
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy Maven
2
workflow_run:
workflows: ["Build Maven","Release Maven"]
types: [completed]
@@ -26,6 +26,7 @@ jobs:
26
with:
27
fetch-depth: 0
28
submodules: recursive
29
+ ref: ${{ github.event.workflow_run.head_commit.id }}
30
- name: Set up Java for publishing to Maven Central Repository OSS
31
uses: actions/setup-java@v4
32
0 commit comments