Skip to content

Commit ff9cbd3

Browse files
authored
Update pytest.yml
1 parent 6e5ca72 commit ff9cbd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: CI
55
on:
66
push:
77
branches: [ "main" ]
8-
paths: [ "tests/*.py", "mol2chemfigPy3/*.py" ]
8+
paths: [ "tests/*.py", "mol2chemfigPy3/*.py", "setup.py" ]
99
pull_request:
1010
branches: [ "main" ]
11-
paths: [ "tests/*.py", "mol2chemfigPy3/*.py" ]
11+
paths: [ "tests/*.py", "mol2chemfigPy3/*.py", "setup.py" ]
1212

1313
permissions:
1414
contents: read

0 commit comments

Comments
 (0)