From 87852d125fd7c841a7cb19a2dce55bdbec056042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Dub=C3=A9?= Date: Mon, 22 Apr 2024 17:47:47 -0400 Subject: [PATCH] Only deploy docker image on release branch --- .github/workflows/docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index b7aad361..332aef32 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -5,7 +5,7 @@ name: Docker Image CI # branch called `main`. on: push: - branches: ['main'] + branches: ['release'] # Defines two custom environment variables for the workflow. These are used