There was an error while loading. Please reload this page.
1 parent 7241c74 commit 8506f9fCopy full SHA for 8506f9f
1 file changed
.github/workflows/h2spec.yml
@@ -8,9 +8,11 @@ name: h2spec conformance
8
on:
9
push:
10
paths: &h2paths
11
- - 'vlib/net/http/h2_**'
12
- - 'vlib/net/http/h2spec/**'
13
- - 'vlib/net/mbedtls/**'
+ - 'vlib/net/http/h2_*.v'
+ - 'vlib/net/http/server*.v'
+ - 'vlib/net/http/http*.v'
14
+ - 'vlib/net/http/h2spec/*.v'
15
+ - 'vlib/net/mbedtls/*.v'
16
- '.github/workflows/h2spec.yml'
17
pull_request:
18
paths: *h2paths
0 commit comments