mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Update main.yml
This commit is contained in:
parent
13a0f8c52c
commit
3c334d302f
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -2,10 +2,10 @@ name: E2E on Chrome
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
jobs:
|
||||
cypress-run:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -19,4 +19,4 @@ jobs:
|
|||
with:
|
||||
build: yarn run build
|
||||
start: yarn run start
|
||||
browser: chrome
|
||||
browser: chrome
|
||||
|
|
|
|||
Loading…
Reference in a new issue