Skip to content

Commit 259e821

Browse files
authored
Update samples-cpp-httplib-server.yaml
1 parent 2383b60 commit 259e821

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/samples-cpp-httplib-server.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Samples cpp httplib server
33
on:
44
push:
55
branches:
6-
- "samples/server/petstore/cpp-httplib/**"
6+
- "samples/server/petstore/cpp-httplib-server/**"
77
pull_request:
88
paths:
9-
- "samples/server/petstore/cpp-httplib/**"
9+
- "samples/server/petstore/cpp-httplib-server/**"
1010

1111
env:
1212
GRADLE_VERSION: 6.9
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
sample:
20-
- samples/server/petstore/cpp-httplib
20+
- samples/server/petstore/cpp-httplib-server
2121
os:
2222
- ubuntu-latest
2323
- macOS-latest

0 commit comments

Comments
 (0)