File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
- on : [ push, pull_request ]
3
+ on :
4
+ push :
5
+ paths-ignore :
6
+ - ' conductor-clients/**'
7
+ pull_request :
8
+ paths-ignore :
9
+ - ' conductor-clients/**'
4
10
5
11
jobs :
6
12
build :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ paths-ignore :
8
+ - ' conductor-clients/**'
7
9
8
10
permissions :
9
11
contents : read
Original file line number Diff line number Diff line change 1
1
# Conductor Clients
2
+
3
+ This directory serves as the central repository for various officially supported Conductor client projects.
4
+
5
+ > ** Note (2024-09-17):**
6
+ >
7
+ > Currently, it only contains the incubating Java client/SDK v3.
8
+ >
9
+ > We are in the process of refactoring our clients/SDKs (see: [ conductor-sdk] ( https://github.com/conductor-sdk ) ) and will be moving them here soon.
You can’t perform that action at this time.
0 commit comments