Skip to content

Commit 8506f9f

Browse files
Corrected paths to include files
1 parent 7241c74 commit 8506f9f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/h2spec.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ name: h2spec conformance
88
on:
99
push:
1010
paths: &h2paths
11-
- 'vlib/net/http/h2_**'
12-
- 'vlib/net/http/h2spec/**'
13-
- 'vlib/net/mbedtls/**'
11+
- 'vlib/net/http/h2_*.v'
12+
- 'vlib/net/http/server*.v'
13+
- 'vlib/net/http/http*.v'
14+
- 'vlib/net/http/h2spec/*.v'
15+
- 'vlib/net/mbedtls/*.v'
1416
- '.github/workflows/h2spec.yml'
1517
pull_request:
1618
paths: *h2paths

0 commit comments

Comments
 (0)