Skip to content

add workflow_dispatch #8

add workflow_dispatch

add workflow_dispatch #8

Workflow file for this run

name: Test e2e
on:
push:
workflow_dispatch: {}
pull_request:
types: [opened, synchronize, reopened]
jobs:
test-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0