.github: allow workflow to be triggered manually

Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
Lucas Servén Marín
2021-02-08 19:49:07 +01:00
parent 539a139a16
commit 7ea8c1bc64

View File

@@ -7,6 +7,7 @@ on:
branches: [ master ]
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs: