tests: only trigger browser testing when relevant code changed
This commit is contained in:
parent
e454afb2fa
commit
e0c1d976b2
5
.github/workflows/test-browser.yml
vendored
5
.github/workflows/test-browser.yml
vendored
@ -4,6 +4,11 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "src.ts/**"
|
||||
- "lib.esm/**"
|
||||
- "lib.commonjs/**"
|
||||
- "misc/test-browser/**"
|
||||
|
||||
jobs:
|
||||
test-browser:
|
||||
|
Loading…
Reference in New Issue
Block a user