Skip to content

Commit 99b966b

Browse files
Update test workflow to include demo-v4 branch and ensure consistent path definitions
1 parent ff91881 commit 99b966b

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,18 @@ on:
44
push:
55
branches:
66
- main
7+
- demo-v4
78
- dev-v4
89
- macae-v4-unittestcases-kd
10+
paths:
11+
- 'src/backend/**/*.py'
12+
- 'src/tests/**/*.py'
13+
- 'src/mcp_server/**/*.py'
14+
- 'src/**/pyproject.toml'
15+
- 'pytest.ini'
16+
- 'conftest.py'
17+
- 'src/backend/requirements.txt'
18+
- '.github/workflows/test.yml'
919
pull_request:
1020
types:
1121
- opened
@@ -14,8 +24,17 @@ on:
1424
- synchronize
1525
branches:
1626
- main
27+
- demo-v4
1728
- dev-v4
18-
- macae-v4-unittestcases-kd
29+
paths:
30+
- 'src/backend/**/*.py'
31+
- 'src/tests/**/*.py'
32+
- 'src/mcp_server/**/*.py'
33+
- 'pytest.ini'
34+
- 'conftest.py'
35+
- 'src/backend/requirements.txt'
36+
- 'src/**/pyproject.toml'
37+
- '.github/workflows/test.yml'
1938

2039
jobs:
2140
test:

0 commit comments

Comments
 (0)