From e261e12cf01b4ae4a79d341e0e1510922890133a Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:37:11 -0800 Subject: [PATCH] workflow: enable docs-update-recipe-ref (#6132) --- .github/workflows/docs-update-recipe-ref.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs-update-recipe-ref.yml b/.github/workflows/docs-update-recipe-ref.yml index 9cce799791..7ea122e1c3 100644 --- a/.github/workflows/docs-update-recipe-ref.yml +++ b/.github/workflows/docs-update-recipe-ref.yml @@ -24,9 +24,8 @@ on: type: boolean default: true - # Uncomment to enable automatic triggering on releases - # release: - # types: [published] + release: + types: [published] permissions: contents: write # Create branches and commit files