ci: fix wpt test case path

This commit is contained in:
Pierre Tachoire committed 2024-01-03 10:22:54 +01:00
1 parent 2eb24ca02f
commit bd0dbd333b
1 file changed
+2 -2
+2 -2
View File
@@ -14,7 +14,7 @@ on:
paths:
- "src/**/*.zig"
- "src/*.zig"
- "test/wpt/**"
- "tests/wpt/**"
- "vendor/**"
pull_request:
@@ -28,7 +28,7 @@ on:
paths:
- "src/**/*.zig"
- "src/*.zig"
- "test/wpt/**"
- "tests/wpt/**"
- "vendor/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: