Skip to content

Commit 4ab2361

Browse files
authored
Execute browser tests for pushes to main and all PRs (#17796)
...instead of just pushes to any branch. Fixes https://github.com/github/docs-internal/issues/17068
1 parent 11baf43 commit 4ab2361

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/browser-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Browser Tests
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
- main
8+
pull_request:
69

710
jobs:
811
see_if_should_skip:

0 commit comments

Comments
 (0)