From ddb82153cc966b8132b94191de8ccc32d0f2e578 Mon Sep 17 00:00:00 2001 From: Jakob Mueller Date: Wed, 11 Jan 2023 13:52:09 +0100 Subject: [PATCH] Change workflow to build images on all branches --- .github/workflows/dockerimage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 1a8bd11..81049e0 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -3,8 +3,9 @@ name: Docker on: push: # Publish `master` as Docker `latest` image. + # Other branches with the git ref as branch branches: - - master + - * # Publish `v1.2.3` tags as releases. tags: