Skip to content

Commit

Permalink
Limit style check workflow to Python files only
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Nov 13, 2024
1 parent 151c369 commit dcd4bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/style-check-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Ruff Style Check
on:
pull_request:
types: [opened, synchronize, reopened, auto_merge_enabled]
paths:
- "**/*.py"



Expand Down

0 comments on commit dcd4bf8

Please # to comment.