enable manual actions run using the workflow_dispatch

This commit is contained in:
Volodymyr Smirnov 2020-10-29 17:02:30 +02:00
parent 6de012a34f
commit f91b217c36
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
name: API
on:
workflow_dispatch:
push:
branches:
- master

View File

@ -1,6 +1,8 @@
name: Scanners
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"

View File

@ -1,6 +1,8 @@
name: UI
on:
workflow_dispatch:
push:
branches:
- master