ci: conditionally sync CLI templates on push to main branch

This commit is contained in:
Musa 2026-02-17 12:47:06 -08:00
parent c435de3ffb
commit 3e2be3cf6c

View file

@ -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