Skip to content

Commit

Permalink
Make release checklist clickable (#552)
Browse files Browse the repository at this point in the history
* Make release checklist clickable
* Update list of paths ignored for running tests
  • Loading branch information
brynpickering committed Jan 26, 2024
1 parent f903741 commit a5b83ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- "main"
paths-ignore:
- README.md
- changelog.rst
- CHANGELOG.md
- LICENSE
- CITATION
- AUTHORS
- doc/**
- docs/**
- .readthedocs.yml
- .pre-commit-config.yaml
- mkdocs.yml

defaults:
run:
Expand Down
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ markdown_extensions:
alternate_style: true
- pymdownx.snippets
- pymdownx.details

- pymdownx.tasklist:
clickable_checkbox: true

nav:
- Home: index.md
Expand Down

0 comments on commit a5b83ba

Please sign in to comment.