Skip to content

Commit

Permalink
feat: test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Donghyeon Im committed Jul 25, 2024
1 parent e5b24f0 commit 07282d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 07282d3

Please sign in to comment.