From 3c5078462169ab24ad4428c1d0ba56f3fdf33a39 Mon Sep 17 00:00:00 2001 From: Fernandez Benjamin Date: Wed, 8 Nov 2023 12:35:38 +0100 Subject: [PATCH] Update docker-image.yml Signed-off-by: Fernandez Benjamin --- .github/workflows/docker-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d9aedb9e10..6c8a531f9b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -3,6 +3,8 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: push: + branches: + - "support/test-build-image" tags: - "**"