From 970390ec2e468f10dd554ecb2082e29af27ae6b1 Mon Sep 17 00:00:00 2001 From: Ravi Chandra Sekhar Sarika Date: Thu, 11 Jun 2026 18:45:50 +0530 Subject: [PATCH] chore(ci): gate docs publish on next only --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3525fa018..1ad153727 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,7 @@ on: push: branches: # Allow list of deployable tags and branches. Note that all allow-listed branches cannot include any `/` characters - next + - task-refactor env: rid: ${{ github.run_id }}-${{ github.run_number }} @@ -157,6 +158,7 @@ jobs: name: Publish - Documentation needs: [publish-npm,analyze-changes] runs-on: ubuntu-latest + if: github.ref_name == 'next' steps: - name: Documentation Deploy Steps