From cc4cf1ef1a00ebafcc3536a5fcdb78a776f408ad Mon Sep 17 00:00:00 2001 From: Benjamin FERNANDEZ Date: Wed, 8 Nov 2023 12:40:51 +0100 Subject: [PATCH] Change trigger for docker-image build --- .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 929a8cb36e..efa324ee76 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: - "**"