We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5ca72 commit ff9cbd3Copy full SHA for ff9cbd3
.github/workflows/pytest.yml
@@ -5,10 +5,10 @@ name: CI
5
on:
6
push:
7
branches: [ "main" ]
8
- paths: [ "tests/*.py", "mol2chemfigPy3/*.py" ]
+ paths: [ "tests/*.py", "mol2chemfigPy3/*.py", "setup.py" ]
9
pull_request:
10
11
12
13
permissions:
14
contents: read
0 commit comments