Enable pre-commit on main branch (#237)

This commit is contained in:
Yuan Tang 2024-10-11 13:03:59 -04:00 committed by GitHub
parent 2128e61da2
commit 05282d1234
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,9 @@
name: Pre-commit
on: [pull_request]
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit: