Skip to content

Commit

Permalink
[ci] Don't ignore changes to doc tests
Browse files Browse the repository at this point in the history
The files in docs contain doc tests so we ought to run CI even if
the only changes are to these files.
  • Loading branch information
ojwb committed Sep 5, 2023
1 parent f727f8e commit 7e17d71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- AUTHORS
- ChangeLog
- README.rst
- 'docs/**'
pull_request:
branches: [ master ]
paths-ignore:
- AUTHORS
- ChangeLog
- README.rst
- 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 7e17d71

Please sign in to comment.