Skip to content

Commit 5275e87

Browse files
naokiwakatawakata_sansan
authored andcommitted
remove invalid path pattern from push.branches in CI config
push.branches filters by branch name, not file paths. The sample directory pattern added here had no effect. The pull_request.paths filter remains and correctly triggers CI for this sample.
1 parent 2d1b3d9 commit 5275e87

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ 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/**
109
pull_request:
1110
paths:
1211
- 'samples/client/petstore/kotlin*/**'

0 commit comments

Comments
 (0)