We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2383b60 commit 259e821Copy full SHA for 259e821
1 file changed
.github/workflows/samples-cpp-httplib-server.yaml
@@ -3,10 +3,10 @@ name: Samples cpp httplib server
3
on:
4
push:
5
branches:
6
- - "samples/server/petstore/cpp-httplib/**"
+ - "samples/server/petstore/cpp-httplib-server/**"
7
pull_request:
8
paths:
9
10
11
env:
12
GRADLE_VERSION: 6.9
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
sample:
20
- - samples/server/petstore/cpp-httplib
+ - samples/server/petstore/cpp-httplib-server
21
os:
22
- ubuntu-latest
23
- macOS-latest
0 commit comments