From 70bc4907f3c91f0dce3c58c72036cf2da89b61b4 Mon Sep 17 00:00:00 2001 From: Reingold Shekhtel <13565058+raikbitters@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:48:48 +0400 Subject: [PATCH] Update docker-image.yaml --- workflows/common/docker-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflows/common/docker-image.yaml b/workflows/common/docker-image.yaml index 6b2fa21..54cf31b 100644 --- a/workflows/common/docker-image.yaml +++ b/workflows/common/docker-image.yaml @@ -13,7 +13,7 @@ jobs: name: Build and export to AWS ECR runs-on: ubuntu-latest environment: development - if: github.base_ref == 'develop' && (!startsWith(github.head_ref, 'rc/') || !startsWith(github.head_ref, 'master') || !startsWith(github.head_ref, 'main')) + if: github.base_ref == 'develop' && (!startsWith(github.head_ref, 'rc/') || !startsWith(github.head_ref, 'hotfix/') || !startsWith(github.head_ref, 'master') || !startsWith(github.head_ref, 'main')) steps: - name: Checkout uses: actions/checkout@v3