Enable pre-commit on main branch

This commit is contained in:
Yuan Tang 2024-10-10 21:14:33 -04:00 committed by GitHub
parent 1ff0476002
commit b9c54ab43f
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: