mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
ci: conditionally sync CLI templates on push to main branch
This commit is contained in:
parent
c435de3ffb
commit
3e2be3cf6c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -47,6 +47,7 @@ jobs:
|
|||
run: uv sync --extra dev
|
||||
|
||||
- name: Sync CLI templates to demos
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
run: uv run python -m planoai.template_sync
|
||||
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue