From 0b09fdfae6e92d94031a85bfc537eb336274fbeb Mon Sep 17 00:00:00 2001 From: Reingold Shekhtel <13565058+raikbitters@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:17:02 +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 f86f24b..f98c9d3 100644 --- a/workflows/common/docker-image.yaml +++ b/workflows/common/docker-image.yaml @@ -14,7 +14,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, 'master') || !startsWith(github.head_ref, 'main')) steps: - name: Checkout uses: actions/checkout@v3