Skip to content

Commit

Permalink
chore: 깃 checkout 설정 변경 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunmin0317 committed Oct 4, 2024
1 parent a502c62 commit b387095
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release CI/CD
on:
push:
branches:
- main
- feature/69

jobs:
build:
Expand All @@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit b387095

Please sign in to comment.