Skip to content

Commit 1b73806

Browse files
committed
ci: run pytest matrix if tests are changed
1 parent e4ef8b2 commit 1b73806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pytest_matrix.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ on:
1313
- main
1414
paths:
1515
- 'airbyte_cdk/**'
16+
- 'unit_tests/**'
1617
- 'poetry.lock'
1718
- 'pyproject.toml'
1819
pull_request:
1920
paths:
2021
- 'airbyte_cdk/**'
22+
- 'unit_tests/**'
2123
- 'poetry.lock'
2224
- 'pyproject.toml'
2325

0 commit comments

Comments
 (0)