mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-10-10 20:26:16 +00:00
enable manual actions run using the workflow_dispatch
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user