chore(ci): Run pre-commit on correct branch

This commit is contained in:
Ed Page 2021-12-07 14:54:33 -06:00
parent 3ca550a19b
commit b98b95b332

View file

@ -2,7 +2,7 @@ name: pre-commit
on:
pull_request:
push:
branches: [source]
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest