Skip to content

Commit

Permalink
fix: only allow merge to mains
Browse files Browse the repository at this point in the history
  • Loading branch information
printSANO committed Oct 27, 2024
1 parent b2ecba5 commit 4563035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/techeerism-parser:$DOCKER_IMAGE_TAG .
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/techeerism-parser:$DOCKER_IMAGE_TAG
- name: Send Image and Version to Slack
# if: github.ref == 'refs/heads/main' # main 브랜치에 머지 시에만 실행
if: github.ref == 'refs/heads/main' # main 브랜치에 머지 시에만 실행
env:
IMAGE_NAME: ${{ secrets.DOCKER_HUB_USERNAME }}/techeerism-parser
DOCKER_IMAGE_TAG: ${{ steps.set_docker_image_tag.outputs.DOCKER_IMAGE_TAG }}
Expand Down

0 comments on commit 4563035

Please sign in to comment.