mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
enable manual actions run using the workflow_dispatch
This commit is contained in:
parent
6de012a34f
commit
f91b217c36
2
.github/workflows/api.yaml
vendored
2
.github/workflows/api.yaml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: API
|
name: API
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
2
.github/workflows/scanners.yaml
vendored
2
.github/workflows/scanners.yaml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: Scanners
|
name: Scanners
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 1"
|
- cron: "0 0 * * 1"
|
||||||
|
|
||||||
|
2
.github/workflows/ui.yaml
vendored
2
.github/workflows/ui.yaml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: UI
|
name: UI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user