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 name: API
on: on:
workflow_dispatch:
push: push:
branches: branches:
- master - master

View File

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

View File

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