ci: fix wpt test case path

This commit is contained in:
Pierre Tachoire
2024-01-03 10:22:54 +01:00
parent 2eb24ca02f
commit bd0dbd333b

View File

@@ -14,7 +14,7 @@ on:
paths: paths:
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "test/wpt/**" - "tests/wpt/**"
- "vendor/**" - "vendor/**"
pull_request: pull_request:
@@ -28,7 +28,7 @@ on:
paths: paths:
- "src/**/*.zig" - "src/**/*.zig"
- "src/*.zig" - "src/*.zig"
- "test/wpt/**" - "tests/wpt/**"
- "vendor/**" - "vendor/**"
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: