Skip to content

Commit

Permalink
only run ruff for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sfstar committed Jan 30, 2025
1 parent 5f7f694 commit c28aa36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Ruff

on: [ push, pull_request ]
on: [ pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c28aa36

Please sign in to comment.