Skip to content

Commit 29bda14

Browse files
committed
fix path
1 parent d96d197 commit 29bda14

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
paths:
66
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
7-
- 'samples/openapi3/client/petstore/go/go-petstore-withXml/**'
7+
- 'samples/openapi3/client/petstore/go-petstore-withXml/**'
88
pull_request:
99
paths:
1010
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
11-
- 'samples/openapi3/client/petstore/go/go-petstore-withXml/**'
11+
- 'samples/openapi3/client/petstore/go-petstore-withXml/**'
1212

1313
jobs:
1414
build:
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
sample:
2121
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/'
22-
- 'samples/openapi3/client/petstore/go/go-petstore-withXml/'
22+
- 'samples/openapi3/client/petstore/go-petstore-withXml/'
2323
steps:
2424
- uses: actions/checkout@v5
2525
- uses: actions/setup-go@v6

0 commit comments

Comments
 (0)