Skip to content

Commit

Permalink
Fixed Java CI not to run Java checks on PRs, added submodules and bab…
Browse files Browse the repository at this point in the history
…ushka-core to the pathes
  • Loading branch information
barshaul committed Oct 15, 2023
1 parent 0ee6f21 commit ef16ce5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ef16ce5

Please sign in to comment.