Skip to content

Commit

Permalink
chore(hooks): Restrict linters to pushes to main and PRs
Browse files Browse the repository at this point in the history
closes #291
  • Loading branch information
michaeljwood committed Jan 17, 2025
1 parent f294062 commit e1c0abd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Linters
on:
pull_request:
push:
branches:
- main

jobs:
black:
Expand Down

0 comments on commit e1c0abd

Please sign in to comment.