Merge pull request #6170 from tsiegleauq/workflow-dispatch
Workflow dispatch
This commit is contained in:
commit
f9296f017b
3
.github/workflows/build_images.yml
vendored
3
.github/workflows/build_images.yml
vendored
@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Build Docker images for all OpenSlides services
|
||||
on: push
|
||||
on: [push, workflow_dispatch]
|
||||
|
||||
env:
|
||||
IMAGE_VERSION: 4.0.0-dev
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user