Skip to content

Commit f969b73

Browse files
committed
fix: fixed bug with path for parser in github action
1 parent 2c0d5ec commit f969b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
web:
3333
- 'web/**'
3434
parser:
35-
- 'web/**'
35+
- 'parser/**'
3636
3737
build-and-push-server:
3838
needs: changes

0 commit comments

Comments
 (0)