Commit fcffe5a
committed
Fix CI push-trigger path filter: test/** -> tests/**
The tests workflow's push trigger filtered on src/**, test/**,
setup.py, requirements.txt, and Makefile -- but the actual test
directory is tests/** (plural), so pushes touching only tests/
never queued a CI run at all. Caught while iterating on tests/
test_importer.py: the fix-up commit for that file needed a PR
just to get any CI run at all.1 parent c78f9aa commit fcffe5a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments