Skip to content

Commit

Permalink
ci: allow manual workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
vile committed May 26, 2024
1 parent 83d26ae commit 201dc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
paths:
- '**.py'
workflow_dispatch:

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- '**.py'
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 201dc75

Please sign in to comment.