ci(Test): Add workflow_dispatch trigger

This commit is contained in:
Lev 2021-11-08 18:21:19 +03:00
parent 9d41a6d24e
commit 64630b3d98

View file

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