Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
change to .rst
  • Loading branch information
03bennej authored Sep 11, 2023
1 parent 55bb39d commit 7cc25fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
branches:
- main
paths-ignore:
- '**/README.md'
- '**/README.rst'
pull_request:
branches:
- main
paths-ignore:
- '**/README.md'
- '**/README.rst'

jobs:
tests:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
pip install tox tox-gh-actions
- name: Test with tox
run: tox
run: tox

0 comments on commit 7cc25fa

Please sign in to comment.