mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
ci: fix wpt test case path
This commit is contained in:
4
.github/workflows/wpt.yml
vendored
4
.github/workflows/wpt.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user