Skip to content

Commit a71fbb7

Browse files
authored
ci(dojo): also run on ts/python sdk changes (#603)
Signed-off-by: Tyler Slaton <[email protected]>
1 parent a23545a commit a71fbb7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,24 @@ on:
55
branches: [main]
66
paths:
77
- "integrations/**"
8-
- "apps/**"
8+
- "apps/dojo/**"
99
- "middlewares/**"
1010
- "pnpm-lock.yaml"
1111
- "pnpm-workspace.yaml"
1212
- ".github/workflows/dojo-e2e.yml"
13+
- "sdks/python/**"
14+
- "sdks/typescript/**"
1315
pull_request:
1416
branches: [main]
1517
paths:
18+
- "apps/dojo/**"
1619
- "integrations/**"
17-
- "apps/**"
1820
- "middlewares/**"
1921
- "pnpm-lock.yaml"
2022
- "pnpm-workspace.yaml"
2123
- ".github/workflows/dojo-e2e.yml"
24+
- "sdks/python/**"
25+
- "sdks/typescript/**"
2226

2327
jobs:
2428
dojo:

0 commit comments

Comments
 (0)