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:
- "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: