mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2026-08-08 08:46:14 +00:00
enable manual actions run using the workflow_dispatch
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
name: API
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: Scanners
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: "0 0 * * 1"
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
name: UI
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
Reference in New Issue
Block a user