diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5703e47..19acb15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,6 +7,13 @@ on: pull_request: paths-ignore: - "**.md" + - "**.rst" + - "**.svg" + - "docs/**" + - "CITATION.cff" + - "LICENSE" + schedule: + - cron: "0 0 * * 1" jobs: tests: @@ -39,4 +46,4 @@ jobs: run: python -m pip install tox tox-gh-actions - name: Test with tox - run: tox \ No newline at end of file + run: tox