Only rebuild and test runtime
This commit is contained in:
parent
00ec7a02a0
commit
a49d5de4f5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
|
@ -5,9 +5,9 @@ name: Java CI with Maven
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, rpc ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [ master, rpc ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -21,4 +21,4 @@ jobs:
|
|||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
run: mvn -B package --file runtime/pom.xml
|
||||
|
|
Loading…
Reference in a new issue