From 890c773c010d1d5c4ebe2c243d9ac5be26691a43 Mon Sep 17 00:00:00 2001 From: Tony Date: Mon, 19 Jan 2026 13:04:27 -0600 Subject: [PATCH] fix release check --- .github/workflows/release-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 8781fae..5f7832f 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -2,8 +2,10 @@ name: Release - Build and publish docs on: push: + branches: ["main"] tags: - - "v*" + - "v*" + - "!v*-rc.*" workflow_dispatch: permissions: