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

View file

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