Skip to content

Commit

Permalink
ci: run workflow on all .py files
Browse files Browse the repository at this point in the history
  • Loading branch information
winstxnhdw committed Oct 29, 2023
1 parent c9c50b3 commit 11bc888
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Test
on:
push:
paths:
- keywin/**
- tests/**
- .github/workflows/main.yml
- setup.py
- pyproject.toml
- '**.py'

jobs:
type-check:
Expand Down

0 comments on commit 11bc888

Please sign in to comment.