Skip to content

Commit 009556a

Browse files
committed
Add tests/** to CI path triggers
Tests directory changes were not triggering CI runs.
1 parent 4e6c952 commit 009556a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
paths:
88
- 'src/**'
9+
- 'tests/**'
910
- '*.py'
1011
- 'requirements.txt'
1112
- 'pyproject.toml'

0 commit comments

Comments
 (0)