From 6a7dc9e5da236fd05c89246079baaf548d9e0b77 Mon Sep 17 00:00:00 2001 From: Hailin Wang Date: Tue, 21 Jul 2026 17:08:04 +0800 Subject: [PATCH] Update docs workflow (#6572) (cherry picked from commit 9e3619bd7fe62bb4b2e600f6812efa64a2ae7a53) --- .github/workflows/docs.yml | 4 ++-- .github/workflows/translations.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a39232ce6e..002af5748c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,7 +3,7 @@ name: docs on: push: branches: - - "2025" + - "2026" paths: - "src/**" - "docs/source/**" @@ -11,7 +11,7 @@ on: - ".github/workflows/docs.yml" pull_request: branches: - - "2025" + - "2026" paths: - "src/**" - "docs/source/**" diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 747ad5f75a..8787ef6e5a 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -70,6 +70,7 @@ jobs: - "2023" - "2024" - "2025" + - "2026" runs-on: ubuntu-latest steps: - name: Download Artifacts