From 76b728c6116a58528d02516174bf8aec221ad458 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 17 Aug 2026 02:24:24 +0000 Subject: [PATCH] Remove feature branch from publish workflow triggers The branch trigger was only needed for the pre-merge CI dry-run; the deploy step stays gated to dev. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01GXdH68Zgh99MDTF5Cpkn7q --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 482226d..ae33e5c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Publish site on: push: - branches: [dev, claude/computable-ai-repo-update-x9j1i7] + branches: [dev] workflow_dispatch: permissions: