Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ name: Codespell

on:
pull_request:
branches:
- master
push:
branches:
- master

permissions:
contents: read
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Lints

on:
pull_request:
branches:
- master
push:
branches:
- master
paths-ignore:
- '**.rst'

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Tests

on:
pull_request:
branches:
- master
push:
branches:
- master
paths-ignore:
- '**.rst'

Expand Down