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
This commit is contained in:
James M. Greene 2021-02-10 15:09:47 -06:00 коммит произвёл GitHub
Родитель 11baf43eee
Коммит 4ab23615e0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

3
.github/workflows/browser-test.yml поставляемый
Просмотреть файл

@ -3,6 +3,9 @@ name: Browser Tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
see_if_should_skip: