ci: add scheduled runs and workflow_dispatch

This commit is contained in:
umarcor 2021-04-26 17:04:31 +02:00
parent f4fa48ee15
commit 2831d5babd

View File

@ -3,6 +3,9 @@ name: 'update'
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs: