Skip to content

Commit

Permalink
BUG: Do not run pre-commit GHA on push
Browse files Browse the repository at this point in the history
Fails the `no-commit-to-branch` check for merges, but should be
unnecessary.
  • Loading branch information
thewtex committed Feb 13, 2025
1 parent f3a62a7 commit bbf2500
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: pre-commit

on:
pull_request:
push:
branches: [master]

jobs:
pre-commit:
Expand Down

0 comments on commit bbf2500

Please sign in to comment.