Skip to content

Commit

Permalink
github: allow manual triggers of the linting workflows.
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Bezut <[email protected]>
  • Loading branch information
morian committed Sep 25, 2024
1 parent aea5e87 commit 5995f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- '*.py'
workflow_dispatch:

env:
PYTHON_VERSION: "3.12"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
paths:
- '*.py'
workflow_dispatch:

env:
PYTHON_VERSION: "3.11"
Expand Down

0 comments on commit 5995f72

Please sign in to comment.