Skip to content

Commit

Permalink
ci(test): add test trigger path
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed Nov 7, 2024
1 parent 6412ecb commit a52703a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- master
paths:
- ".github/workflows/test.yml"
- "pyproject.toml"
- "**.py"
pull_request:
branches:
- master
paths:
- ".github/workflows/test.yml"
- "pyproject.toml"
- "**.py"

jobs:
Expand Down

0 comments on commit a52703a

Please sign in to comment.