From 07282d38ee0c1606ffa7ea9f3097021df219ba39 Mon Sep 17 00:00:00 2001 From: Donghyeon Im Date: Thu, 25 Jul 2024 11:46:47 +0900 Subject: [PATCH] feat: test cicd --- .github/workflows/cicd.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index ef5c798..05d02b0 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -18,8 +18,7 @@ jobs: # https://docs.github.com/ko/actions/publishing-packages/publishing-docker-images#github-packages%EC%97%90-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EA%B2%8C%EC%8B%9C ### - # if: github.ref == 'refs/heads/develop' - if: github.ref == 'refs/heads/feat/cicd' + if: github.ref == 'refs/heads/develop' name: Build and Push Container Image to GitHub Container Registry runs-on: ubuntu-latest env: @@ -114,7 +113,8 @@ jobs: branch: develop main: - if: github.ref == 'refs/heads/main' + # if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/feat/cicd' name: Build and Push Container Image to Amazon ECR runs-on: ubuntu-latest env: