Skip to content

Commit 997b68c

Browse files
committed
yml 제한 변경
1 parent 6abedbb commit 997b68c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/frontend-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Frontend CI (Vite Build)
22

33
on:
44
push:
5-
branches: [ "main" ] # 브랜치 이름이 master라면 수정 필요
5+
branches: [ "**" ] # 브랜치 이름이 master라면 수정 필요
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "**" ]
88

99
jobs:
1010
build-check:

0 commit comments

Comments
 (0)