Add workflow_dispatch so we can trigger the Docker build automatically

This commit is contained in:
2022-09-25 22:32:10 +02:00
parent f64e1d1bde
commit 31509dafe1

View File

@ -7,6 +7,7 @@ on:
workflows: [ "pytest" ]
types:
- completed
workflow_dispatch:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}