Skip to content

Commit 8b8cdb5

Browse files
authored
chore(ci): main 브랜치 기준으로 CI 트리거 변경
1 parent 8d14c83 commit 8b8cdb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: CI
44

55
on:
66
push:
7-
branches: [ "develop" ]
7+
branches: [ "main" ]
88
pull_request:
9-
branches: [ "develop" ]
9+
branches: [ "main" ]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)