Skip to content

Commit

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

0 comments on commit 0b3e3fd

Please sign in to comment.