Skip to content

Commit

Permalink
Enable pre-commit on main branch (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored Oct 11, 2024
1 parent 2128e61 commit 05282d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pre-commit

on: [pull_request]
on:
pull_request:
push:
branches: [main]

jobs:
pre-commit:
Expand Down

0 comments on commit 05282d1

Please sign in to comment.