Add workflow_dispatch for manual running

This commit is contained in:
Joshua 2023-03-18 11:26:20 +01:00
parent 0e9e1d3e70
commit 5a1a5981d8

View file

@ -1,5 +1,5 @@
name: Cypress
on: [push, pull_request, workflow_call]
on: [push, pull_request, workflow_call, workflow_dispatch]
jobs:
build: