mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-23 21:12: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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
2
.github/workflows/scanners.yaml
vendored
2
.github/workflows/scanners.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: Scanners
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
|
||||
|
2
.github/workflows/ui.yaml
vendored
2
.github/workflows/ui.yaml
vendored
@ -1,6 +1,8 @@
|
||||
name: UI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
Loading…
x
Reference in New Issue
Block a user