Skip to content

Commit

Permalink
fix : 운영 CD 에서 테스트 트리거 삭제 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 20, 2024
1 parent 0db7060 commit 8d8495d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/action-production-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
push:
branches:
- main
pull_request: # 테스트 브랜치
branches:
- develop
- feature/**

# 코드의 내용을 이 파일을 실행하여 action을 수행하는 주체(Github Actions에서 사용하는 VM)가 읽을 수 있도록 권한을 설정
permissions:
Expand Down

0 comments on commit 8d8495d

Please sign in to comment.