Skip to content

Commit

Permalink
fix: add workflow_dispatch as option for Python linter GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
mhucka committed Nov 20, 2023
1 parent de65c05 commit 64e6a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Lint Python files
run-name: Lint code after ${{github.event_name}} by ${{github.actor}}

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
flake8-lint:
Expand Down

0 comments on commit 64e6a41

Please sign in to comment.