Skip to content

Commit a93606a

Browse files
committed
deploy
1 parent 39707c0 commit a93606a

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)