Only rebuild and test runtime

This commit is contained in:
Vaci 2020-09-28 16:54:06 +01:00 committed by Vaci Koblizek
parent 00ec7a02a0
commit a49d5de4f5

View file

@ -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