Skip to content

Commit

Permalink
Make black.yml run only on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
75efb6 authored Jan 7, 2025
1 parent f1d94a7 commit cd90d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: black-action
on: [push, pull_request]
name: black-action-push
on: push
jobs:
linter_name:
name: runner / black
Expand Down

0 comments on commit cd90d6b

Please sign in to comment.