From 3b5323442dc201862a0cd200a490d6043e18d2ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Ara=C3=BAjo?= Date: Thu, 18 Jan 2024 15:22:03 -0300 Subject: [PATCH] Fixed branches to upload docker image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: George Araújo --- .github/workflows/deploy-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 1b2451057594..ed0214632069 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -2,7 +2,9 @@ name: Docker Image CI on: push: - branches: [master] + branches: + - master + - main jobs: build: