Skip to content

Commit a275d9f

Browse files
committed
CI: Add missing pyproject.toml to list of files triggering tests
1 parent 155ec20 commit a275d9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
branches: [ main ]
77
paths:
88
- '.github/workflows/test.yml'
9+
- 'pyproject.toml'
910
- 'setup.cfg'
1011
- '**.py'
1112

1213
push:
1314
branches: [ main ]
1415
paths:
1516
- '.github/workflows/test.yml'
17+
- 'pyproject.toml'
1618
- 'setup.cfg'
1719
- '**.py'
1820

0 commit comments

Comments
 (0)