Skip to content

Commit d46b573

Browse files
authored
Merge pull request #140 from prgrms-web-devcourse-final-project/deploy-1
deploy
2 parents 39707c0 + a93606a commit d46b573

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ on:
2020
push:
2121
paths:
2222
- ".github/workflows/**"
23-
- "backend/.env"
24-
- "backend/src/**"
25-
- "backend/build.gradle.kts"
26-
- "backend/settings.gradle.kts"
27-
- "backend/Dockerfile"
23+
- ".env"
24+
- "src/**"
25+
- "build.gradle.kts"
26+
- "settings.gradle.kts"
27+
- "Dockerfile"
2828
branches:
2929
- main
3030
- develop

0 commit comments

Comments
 (0)