Skip to content

Commit ad5bd70

Browse files
author
wakata_sansan
committed
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 35c1a6b commit ad5bd70

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)