Allow triggering Cypress workflow by dispatch (#3290)

This commit is contained in:
Jon Koops 2022-09-08 15:07:10 +02:00 committed by GitHub
parent 698f30e02c
commit c08c72d2f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ on:
branches: [main] branches: [main]
pull_request: pull_request:
branches: [main] branches: [main]
workflow_dispatch:
jobs: jobs:
setup: setup:
runs-on: ubuntu-latest runs-on: ubuntu-latest