Skip to content

Commit 1c1662d

Browse files
committed
fix path
1 parent e535edf commit 1c1662d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Samples Go Clients
33
on:
44
push:
55
paths:
6-
- 'samples/openapi3/client/petstore/go-petstore-aws-signature/**'
6+
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
77
pull_request:
88
paths:
9-
- 'samples/openapi3/client/petstore/go-petstore-aws-signature/**'
9+
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
1010

1111
jobs:
1212
build:
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
sample:
19-
- 'samples/openapi3/client/petstore/go-petstore-aws-signature/**'
19+
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)