Skip to content

Commit 33d8ce4

Browse files
committed
Add docs/source/python to python worflow trigger
1 parent bc0b304 commit 33d8ce4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on:
3030
- 'ci/**'
3131
- 'cpp/**'
3232
- 'compose.yaml'
33+
- 'docs/source/python/**'
3334
- 'python/**'
3435
pull_request:
3536
paths:
@@ -38,6 +39,7 @@ on:
3839
- 'ci/**'
3940
- 'cpp/**'
4041
- 'compose.yaml'
42+
- 'docs/source/python/**'
4143
- 'python/**'
4244

4345
concurrency:

0 commit comments

Comments
 (0)