Skip to content

Commit 56e8738

Browse files
committed
[COMMENT]: 주석 추가
1 parent 1276831 commit 56e8738

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/Backend-CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ on:
1919
# 타켓 브랜치를 잘못 설정했을 때의 상황을 상정하여 설정입니다.
2020
edited
2121
]
22+
23+
# 대상 경로의 수정 사항이 있을 때 동작
2224
paths:
2325
[
2426
".github/workflows/**",
@@ -44,9 +46,12 @@ jobs:
4446
if: github.event.action != 'edited' || github.event.changes.base.ref
4547
name: Backend CI
4648
runs-on: ubuntu-latest
49+
50+
# 작업 디렉토리
4751
defaults:
4852
run:
4953
working-directory: ./${{ env.BACKEND_DIR }}
54+
5055
steps:
5156
# 소스 코드 가져오기
5257
- name: Checkout repository

0 commit comments

Comments
 (0)