.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
No known key found for this signature in database
GPG Key ID: 586FEAF680DA74AD
1 changed files with 1 additions and 0 deletions

View File

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