Skip to content

Commit d199ab1

Browse files
naokiwakatawakata_sansan
authored andcommitted
add CI path filter for kotlin-oneOf-anyOf-kotlinx-serialization sample
1 parent 6657af3 commit d199ab1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/samples-kotlin-client.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- 'samples/client/petstore/kotlin*/**'
77
- 'samples/client/others/kotlin-jvm-okhttp-parameter-tests/**'
88
- samples/client/others/kotlin-integer-enum/**
9+
- samples/client/others/kotlin-oneOf-anyOf-kotlinx-serialization/**
910
pull_request:
1011
paths:
1112
- 'samples/client/petstore/kotlin*/**'
1213
- 'samples/client/others/kotlin-jvm-okhttp-parameter-tests/**'
1314
- samples/client/others/kotlin-integer-enum/**
15+
- samples/client/others/kotlin-oneOf-anyOf-kotlinx-serialization/**
1416

1517
jobs:
1618
build:

0 commit comments

Comments
 (0)