From 4e0e94cf13d2a3097df805709f5c6b0489eb2a1d Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 12 Jun 2025 13:41:21 -0600 Subject: [PATCH] don't build docs for v2_release --- .github/workflows/api-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 65720c2ec..41a0a3e19 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -2,7 +2,7 @@ name: Build and publish v2 API docs on: push: - branches: [v2_release, v2_develop] + branches: [v2_develop] permissions: id-token: write