Add 'workflow_dispatch' in the workflow file for Docker image generation to allow manually starting the workflow.

This commit is contained in:
Jean-François Milants 2022-07-09 12:19:38 +02:00
parent a9986e5351
commit fa17ae2098

View File

@ -9,6 +9,8 @@ on:
branches: [ develop ]
paths:
- 'docker/**'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build: