Skip to content

Commit

Permalink
feat: add specific paths rule for format wf (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriacheng15 authored Feb 1, 2025
1 parent 82399fe commit 15c3be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Ruff Formatting
on:
pull_request:
branches: [main]
paths: [main.py, utils/**]

jobs:
ruff:
Expand Down

0 comments on commit 15c3be2

Please sign in to comment.