From afc166d6b0c247172ec2c79b822db2889d906844 Mon Sep 17 00:00:00 2001 From: Ganesh <7030871503ganeshpatil@gmail.com> Date: Mon, 29 Sep 2025 06:54:22 -0700 Subject: [PATCH] Fix CI to only deploy docs on release (avoid unreleased tags) --- .github/workflows/build-website.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index e8f2ce89e1f2f..ff24e4ead85b2 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -18,12 +18,8 @@ name: CI_Deploy_WebSite on: - push: - branches: [ asf-site ] - pull_request: - branches: [ asf-site ] - schedule: - - cron: '*/10 * * * *' + release: + types: [published] jobs: build: