There was an error while loading. Please reload this page.
1 parent 73aa274 commit 278c5ffCopy full SHA for 278c5ff
1 file changed
.github/workflows/legacy-browsers.yml
@@ -21,7 +21,10 @@ name: Legacy Browsers
21
22
on:
23
push:
24
- branches: [main, 3.x, 2.x]
+ # 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]
28
paths-ignore:
29
- '**/*.md'
30
- 'demos/**'
0 commit comments