From a49d5de4f5feb9c9aac304589d91d3eeb84ce72d Mon Sep 17 00:00:00 2001 From: Vaci Date: Mon, 28 Sep 2020 16:54:06 +0100 Subject: [PATCH] Only rebuild and test runtime --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c8aeb3a..91e3782 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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