build: run ci on workflow dispatch

This commit is contained in:
Carlos A Becker 2023-01-27 21:59:43 -03:00
parent b1ffc5d990
commit b1a238106b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: ci
on:
schedule:
- cron: '0 10 * * *' # everyday at 10am
workflow_dispatch:
push:
branches:
- 'master'