Merge pull request #6170 from tsiegleauq/workflow-dispatch

Workflow dispatch
This commit is contained in:
Sean 2021-08-18 11:52:01 +02:00 committed by GitHub
commit f9296f017b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 26 deletions

View File

@ -1,6 +1,7 @@
--- ---
name: Build Docker images for all OpenSlides services name: Build Docker images for all OpenSlides services
on: push on: [push, workflow_dispatch]
env: env:
IMAGE_VERSION: 4.0.0-dev IMAGE_VERSION: 4.0.0-dev
jobs: jobs: