Skip to content

Commit 0b6522b

Browse files
committed
Add missing items to integration test workflow path filter
For the sake of efficiency, the integration test workflow is configured to only be triggered on changes to relevant files. Recent changes to the project infrastructure introduced additional relevant files, but those were not added to the path filter at that time.
1 parent 7e1f346 commit 0b6522b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,19 @@ on:
55
paths:
66
- '.github/workflows/test-integration.yml'
77
- '.github/workflows/testdata/**'
8+
- '.python-version'
9+
- 'poetry.lock'
10+
- 'pyproject.toml'
811
- 'action.yml'
912
- 'compilesketches/**'
1013

1114
push:
1215
paths:
1316
- '.github/workflows/test-integration.yml'
1417
- '.github/workflows/testdata/**'
18+
- '.python-version'
19+
- 'poetry.lock'
20+
- 'pyproject.toml'
1521
- 'action.yml'
1622
- 'compilesketches/**'
1723

0 commit comments

Comments
 (0)