From c08c72d2f769bb2264e3cdce63486241ce1ee562 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Thu, 8 Sep 2022 15:07:10 +0200 Subject: [PATCH] Allow triggering Cypress workflow by dispatch (#3290) --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 364d99c65c..44fe4228d0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -4,6 +4,7 @@ on: branches: [main] pull_request: branches: [main] + workflow_dispatch: jobs: setup: runs-on: ubuntu-latest