Skip to content

Commit f834d52

Browse files
committed
Merge branch 'trunk' of github.com:kurrent-io/KurrentDB-Client-Java into w1am/read-all-test
2 parents 52e42a3 + b2052b1 commit f834d52

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "docs/**"
6+
- "samples/**"
7+
- "**.md"
48
push:
59
branches:
610
- trunk

.github/workflows/lts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: LTS
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "docs/**"
6+
- "samples/**"
7+
- "**.md"
48
push:
59
branches:
610
- trunk

.github/workflows/previous-lts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Previous LTS
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "docs/**"
6+
- "samples/**"
7+
- "**.md"
48
push:
59
branches:
610
- trunk

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: tests workflow
22

33
on:
4-
pull_request:
5-
paths-ignore:
6-
- "docs/**"
7-
- "samples/**"
8-
- "**.md"
9-
104
workflow_call:
115
inputs:
126
runtime:

0 commit comments

Comments
 (0)