ci: allow manually triggering CI run on GHA

This commit is contained in:
Christian Nicolai 2020-12-04 09:07:09 +01:00
parent e8e9e0cb71
commit 268e18f2e5
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
schedule:
- cron: '35 4 * * 4' # weekly on thursday morning