mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-23 22:42:27 +00:00
Add workflow_dispatch for manual running
This commit is contained in:
parent
0e9e1d3e70
commit
5a1a5981d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
|
@ -1,5 +1,5 @@
|
||||||
name: Cypress
|
name: Cypress
|
||||||
on: [push, pull_request, workflow_call]
|
on: [push, pull_request, workflow_call, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue