Allow GitHub workflow being triggered manually
This commit is contained in:
parent
834f1b8783
commit
29e6ddf0ed
1 changed files with 1 additions and 0 deletions
1
.github/workflows/container-build.yml
vendored
1
.github/workflows/container-build.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue