Skip to content

Commit 422217f

Browse files
committed
ci: fix build job
1 parent b36b9b2 commit 422217f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
- master
77
paths:
88
- ".github/workflows/build.yml"
9-
- "label_studio_ml/examples"
9+
- "label_studio_ml/examples/**"
10+
workflow_dispatch:
1011

1112
env:
1213
DOCKER_BUILD_CONFIG_BRANCH: "master"

0 commit comments

Comments
 (0)