tests: only trigger browser testing when relevant code changed

This commit is contained in:
Richard Moore 2023-10-11 02:14:04 -04:00
parent e454afb2fa
commit e0c1d976b2

@ -4,6 +4,11 @@ on:
push:
branches:
- main
paths:
- "src.ts/**"
- "lib.esm/**"
- "lib.commonjs/**"
- "misc/test-browser/**"
jobs:
test-browser: