Skip to content

Commit 278c5ff

Browse files
committed
chore: made sure the new tests run upon merge into main
1 parent 73aa274 commit 278c5ff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/legacy-browsers.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ name: Legacy Browsers
2121

2222
on:
2323
push:
24-
branches: [main, 3.x, 2.x]
24+
# Only the lines that carry the Playwright test harness (server.js +
25+
# legacy-runner.js + the QUnit page globals). 2.x predates the Playwright
26+
# migration and runs its own legacy coverage, so it is deliberately excluded.
27+
branches: [main, 3.x]
2528
paths-ignore:
2629
- '**/*.md'
2730
- 'demos/**'

0 commit comments

Comments
 (0)