Skip to content

Commit

Permalink
[#429] Use develop to check BRANCH_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Jan 10, 2024
1 parent 065e03e commit 0e38220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .template/addons/github/.github/workflows/test.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e38220

Please sign in to comment.