From 19e7d9a0f38e5f429e2f2d67a93cf6bf080934b9 Mon Sep 17 00:00:00 2001 From: Poulpatine Date: Wed, 27 Dec 2023 16:38:32 +0100 Subject: [PATCH] feat: build docker image on dev --- .github/workflows/docker-build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index f4637063..bb023cde 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -4,7 +4,9 @@ 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: ['main'] + branches: + - main + - dev tags: - v*