From 950e5f771a10f9859f77684f86b76eda0e5545dd Mon Sep 17 00:00:00 2001 From: stormofice <58337328+stormofice@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:33:20 +0200 Subject: [PATCH] deploy --- .github/workflows/deploy-main-in-dev-env.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy-main-in-dev-env.yml b/.github/workflows/deploy-main-in-dev-env.yml index 8569bb1..881ee44 100644 --- a/.github/workflows/deploy-main-in-dev-env.yml +++ b/.github/workflows/deploy-main-in-dev-env.yml @@ -2,7 +2,7 @@ name: Development Deployment on: push: - branches: [ main ] + branches: [ dev/image-performance ] jobs: build: @@ -48,4 +48,3 @@ jobs: docker compose pull docker compose down docker compose up -d -