Skip to content

Commit a9f4a6f

Browse files
authored
Update api-build.yml
1 parent d5f850f commit a9f4a6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/api-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: main
55
paths:
6-
- 'Api/**'
6+
- 'backend/src/**'
77

88
jobs:
99
main:
@@ -24,5 +24,5 @@ jobs:
2424
id: docker_build
2525
uses: docker/build-push-action@v2
2626
with:
27-
context: Api/.
28-
file: Api/Dockerfile
27+
context: backend/src/.
28+
file: backend/src/Dockerfile

0 commit comments

Comments
 (0)