Allow GitHub workflow being triggered manually

This commit is contained in:
Patrik Kernstock 2020-08-08 21:17:53 +01:00
parent 834f1b8783
commit 29e6ddf0ed
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
- 'data/Dockerfiles/parsedmarc/**'
schedule:
- cron: '0 0 14 * *'
workflow_dispatch:
jobs:
build: