From 0b3e3fde30835e16ba58f85f5b6cf048a599a67e Mon Sep 17 00:00:00 2001 From: Donghyeon Im Date: Thu, 25 Jul 2024 11:51:50 +0900 Subject: [PATCH] refactor: organize cicd --- .github/workflows/cicd.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 05d02b0..02f8183 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -113,8 +113,7 @@ jobs: branch: develop main: - # if: github.ref == 'refs/heads/main' - if: github.ref == 'refs/heads/feat/cicd' + if: github.ref == 'refs/heads/main' name: Build and Push Container Image to Amazon ECR runs-on: ubuntu-latest env: