Skip to content

Commit cb067cc

Browse files
teodorciuraruTeodor Ciuraruclaude
authored
ci: add path filters to Java CI workflows (#217)
Co-authored-by: Teodor Ciuraru <teodor.ciuraru@ditto.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4dab4be commit cb067cc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/android-java-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Android Java CI
22

33
on:
44
pull_request:
5+
paths:
6+
- "android-java/**"
7+
- ".github/workflows/android-java-ci.yml"
58
workflow_dispatch:
69

710
concurrency:

.github/workflows/java-server-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ name: Java Server CI
77

88
on:
99
pull_request:
10+
paths:
11+
- "java-server/**"
12+
- ".github/workflows/java-server-ci.yml"
1013
workflow_dispatch:
1114

1215
concurrency:

0 commit comments

Comments
 (0)