From e370d4ccc115683761317c5faca7241476d0f333 Mon Sep 17 00:00:00 2001 From: Tony Deng Date: Tue, 25 Aug 2026 11:11:10 -0700 Subject: [PATCH] fix(docs): publish documentation only on releases --- .github/workflows/publish-docs.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index c2338d696..02c3c7b7b 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -4,9 +4,6 @@ on: workflow_call: release: types: [published] - push: - branches: - - main permissions: contents: write # allows the 'Commit' step without tokens