Skip to content

Commit edf0c10

Browse files
authored
Publish docker image when internal-packages change (#1750)
1 parent 457273e commit edf0c10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@ on:
2424
- "packages/**"
2525
- "!packages/**/*.md"
2626
- "!packages/**/*.eslintrc"
27+
- "internal-packages/**"
2728
- "apps/**"
2829
- "!apps/**/*.md"
2930
- "!apps/**/*.eslintrc"
30-
- "integrations/**"
31-
- "!integrations/**/*.md"
32-
- "!integrations/**/*.eslintrc"
3331
- "pnpm-lock.yaml"
3432
- "pnpm-workspace.yaml"
3533
- "turbo.json"

0 commit comments

Comments
 (0)