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 a7a8648 commit fb4c946Copy full SHA for fb4c946
1 file changed
.github/workflows/samples-ocaml.yaml
@@ -4,9 +4,11 @@ on:
4
push:
5
paths:
6
- 'samples/client/petstore/ocaml/**'
7
+ - 'samples/client/petstore/ocaml-fake-petstore/**'
8
pull_request:
9
10
11
12
13
jobs:
14
build:
@@ -17,6 +19,7 @@ jobs:
17
19
matrix:
18
20
sample:
21
- 'samples/client/petstore/ocaml/'
22
+ - 'samples/client/petstore/ocaml-fake-petstore/'
23
steps:
24
- uses: actions/checkout@v4
25
- name: Set-up OCaml
0 commit comments