mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
Enable pre-commit on main branch (#237)
This commit is contained in:
parent
2128e61da2
commit
05282d1234
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pre-commit.yml
vendored
5
.github/workflows/pre-commit.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Pre-commit
|
name: Pre-commit
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pre-commit:
|
pre-commit:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue