Skip to content

Add pull_request trigger for cypress workflow #2

Add pull_request trigger for cypress workflow

Add pull_request trigger for cypress workflow #2

Workflow file for this run

name: Chrome
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
chrome:
runs-on: ubuntu-22.04
name: E2E on Chrome
steps:
- uses: actions/checkout@v4
- uses: cypress-io/github-action@v6
with:
browser: chrome