From 5a1a5981d84a58a0aaaa819a918c475a5fe17665 Mon Sep 17 00:00:00 2001 From: Joshua Date: Sat, 18 Mar 2023 11:26:20 +0100 Subject: [PATCH] Add workflow_dispatch for manual running --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c177ef9..82638f7 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,5 +1,5 @@ name: Cypress -on: [push, pull_request, workflow_call] +on: [push, pull_request, workflow_call, workflow_dispatch] jobs: build: