Skip to content

Commit

Permalink
tests: only trigger browser testing when relevant code changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Oct 11, 2023
1 parent e454afb commit e0c1d97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- main
paths:
- "src.ts/**"
- "lib.esm/**"
- "lib.commonjs/**"
- "misc/test-browser/**"

jobs:
test-browser:
Expand Down

0 comments on commit e0c1d97

Please sign in to comment.