Skip to content

Commit 0e271b1

Browse files
committed
chore: 깃 checkout 설정 변경 (#69)
1 parent d1c2c5f commit 0e271b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release CI/CD
33
on:
44
push:
55
branches:
6-
- main
6+
- feature/69
77

88
jobs:
99
build:
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 0
1517

1618
- name: Set up JDK 17
1719
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)