Skip to content

Commit 93ee9ce

Browse files
committed
Document: yml파일 수정
1 parent 474c0f9 commit 93ee9ce

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linkbrary.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Linkbrary CI
33
on:
44
push:
55
branches:
6-
- main # main 브랜치에 푸시될 때 실행
6+
- main # main 브랜치에 푸시될 때 실행
7+
- develop
78
pull_request:
89
branches:
9-
- develop # main 브랜치로의 PR이 생성될 때 실행
10+
- develop # main 브랜치로의 PR이 생성될 때 실행
1011

1112
jobs:
1213
lint-and-build:
@@ -19,7 +20,7 @@ jobs:
1920
- name: Set up Node.js
2021
uses: actions/setup-node@v3
2122
with:
22-
node-version: '20.15.1' # 현재 사용 중인 Node.js 버전
23+
node-version: "20.15.1" # 현재 사용 중인 Node.js 버전
2324

2425
- name: Install dependencies
2526
run: npm install

0 commit comments

Comments
 (0)