From 3e2be3cf6cc5a0be897e0e1ead7519768a093ef5 Mon Sep 17 00:00:00 2001 From: Musa Date: Tue, 17 Feb 2026 12:47:06 -0800 Subject: [PATCH] ci: conditionally sync CLI templates on push to main branch --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05699136..9070ee20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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