1
0
Fork 0
mirror of https://github.com/datashard/snapshot.git synced 2025-04-22 18:37:21 +00:00

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: