ci(Test): Add workflow_dispatch trigger

This commit is contained in:
Lev 2021-11-08 18:20:42 +03:00
parent 0cc95112f4
commit 8a434dda6d

View file

@ -5,6 +5,7 @@ on:
# Every day at 01:00 am # Every day at 01:00 am
# Develop images are built at 12:00 pm, we want to use them # Develop images are built at 12:00 pm, we want to use them
- cron: 0 1 * * * - cron: 0 1 * * *
workflow_dispatch:
jobs: jobs:
test: test: