Follow up bfcca2fe79 - Fixes #3372 - build-docker-image GitHub action builds from wrong (debug) branch.

This commit is contained in:
Thorsten Eckel 2021-02-26 11:33:05 +01:00
parent bfcca2fe79
commit 585bc5e0ea

View file

@ -2,7 +2,7 @@ name: build-docker-image
on:
push:
branches: [thorsteneckel-debug-docker-image-build]
branches: [develop]
jobs:
build-docker-image: