Skip to content

Commit a40da87

Browse files
[EA3-212] feature: main 브랜치 PR 테스트 워크플로우 추가
1 parent 0a06a49 commit a40da87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR CI (main)
22

33
on:
44
pull_request:
5-
branches: [ "main" ] # main으로 향하는 PR만 검사
5+
branches: [ "main" ] # main으로 향하는 PR만 검사
66
types: [ opened, synchronize, reopened, ready_for_review ] # PR 열림/커밋추가/다시열기/드래프트해제 시 실행
77
paths-ignore:
88
- '**.md'

0 commit comments

Comments
 (0)