From b94dc40b40e6269ef827ffaaab08e3e8825bd0a6 Mon Sep 17 00:00:00 2001 From: Anna Balaeva Date: Tue, 9 Jan 2024 16:16:00 +0300 Subject: [PATCH] ci: update workflows with 3.0 branch is now latest Resolves #3955 --- .github/workflows/push-pot.yml | 2 +- .github/workflows/upload-docx.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-pot.yml b/.github/workflows/push-pot.yml index 92fb40d4c5..410dd2a482 100644 --- a/.github/workflows/push-pot.yml +++ b/.github/workflows/push-pot.yml @@ -2,7 +2,7 @@ name: Push POTs on: push: branches: - - '3.0' + - 'latest' permissions: contents: write jobs: diff --git a/.github/workflows/upload-docx.yml b/.github/workflows/upload-docx.yml index 6564331d0a..5c6b148a69 100644 --- a/.github/workflows/upload-docx.yml +++ b/.github/workflows/upload-docx.yml @@ -4,8 +4,7 @@ on: push: branches: - 'latest' - - '3.0' - - 'fix-docx' + - '2.11' jobs: generate-singlehtml: