Skip to content

Commit 78f0012

Browse files
committed
fix:트리거 경로 수정
1 parent c210493 commit 78f0012

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ on:
1414
push:
1515
paths:
1616
- ".github/workflows/**"
17-
- "src/**"
18-
- "build.gradle"
19-
- "settings.gradle"
20-
- "Dockerfile"
17+
- "back/src/**"
18+
- "back/build.gradle.kts"
19+
- "back/settings.gradle.kts"
20+
- "back/Dockerfile"
2121
branches:
2222
- main
2323
- chore/107

0 commit comments

Comments
 (0)