From 0e38220537950b4ded0061d1397ca9aba8b36b08 Mon Sep 17 00:00:00 2001 From: Sang Huynh Thanh Date: Wed, 10 Jan 2024 17:52:48 +0700 Subject: [PATCH] [#429] Use `develop` to check BRANCH_TAG --- .template/addons/github/.github/workflows/test.yml.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.template/addons/github/.github/workflows/test.yml.tt b/.template/addons/github/.github/workflows/test.yml.tt index 941f8f9e..35c95e2b 100644 --- a/.template/addons/github/.github/workflows/test.yml.tt +++ b/.template/addons/github/.github/workflows/test.yml.tt @@ -45,7 +45,7 @@ jobs: password: ${{ env.DOCKER_REGISTRY_TOKEN }} - name: Pull Docker image - if: ${{ env.BRANCH_TAG != 'latest' && env.BRANCH_TAG != 'development' }} + if: ${{ env.BRANCH_TAG != 'latest' && env.BRANCH_TAG != 'develop' }} run: docker-compose pull test || true - name: Build Docker image