From ef16ce58fccfd7e5e16e537e3647024d89eef468 Mon Sep 17 00:00:00 2001 From: barshaul Date: Wed, 11 Oct 2023 06:21:20 +0000 Subject: [PATCH] Fixed Java CI not to run Java checks on PRs, added submodules and babushka-core to the pathes --- .github/workflows/java.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index ad55bc368d..bd77958708 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -1,11 +1,18 @@ name: Java CI on: - pull_request: push: paths: + - babushka-core/** + - submodules/** - "java/**" - ".github/workflows/java.yml" + pull_request: + paths: + - babushka-core/** + - submodules/** + - "java/**" + - ".github/workflows/java.yml" # Run only most latest job on a branch and cancel previous ones concurrency: