From c94de176c91e668402895be7fceda99f81483df6 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 17 Apr 2024 12:34:02 +0530 Subject: [PATCH] chore: add v15 to POT file mix (#25983) --- .github/workflows/generate-pot-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-pot-file.yml b/.github/workflows/generate-pot-file.yml index a4e7e3f282..2875b7d143 100644 --- a/.github/workflows/generate-pot-file.yml +++ b/.github/workflows/generate-pot-file.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - branch: ["develop"] + branch: ["develop", "version-15-hotfix"] permissions: contents: write