From b2765d47b44fa621a5a43ab02d6e57a736d22cf4 Mon Sep 17 00:00:00 2001 From: Narayana Vadapalli Date: Mon, 13 Mar 2023 10:15:05 +0530 Subject: [PATCH] Update push-image-backend.yml --- .github/workflows/push-image-backend.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/push-image-backend.yml b/.github/workflows/push-image-backend.yml index 5da13bd33..abb833922 100644 --- a/.github/workflows/push-image-backend.yml +++ b/.github/workflows/push-image-backend.yml @@ -3,9 +3,8 @@ name: Build Api Server Docker Image on: push: branches: - - 'main' - 'develop' - - 'feature/**' + - 'master' tags: - '*'