From 4ce3c8582ae55ff820ebe0571d4565db92423037 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 17 Apr 2024 14:09:21 +0530 Subject: [PATCH] Revert "chore: add v15 to POT file mix" (#25990) * Revert "chore: add v15 to POT file mix (#25983)" This reverts commit c94de176c91e668402895be7fceda99f81483df6. * Update generate-pot-file.yml --- .github/workflows/generate-pot-file.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/generate-pot-file.yml b/.github/workflows/generate-pot-file.yml index 2875b7d143..a476386970 100644 --- a/.github/workflows/generate-pot-file.yml +++ b/.github/workflows/generate-pot-file.yml @@ -1,6 +1,3 @@ -# This workflow is agnostic to branches. Only maintain on develop branch. -# To add/remove branches just modify the matrix. - name: Regenerate POT file (translatable strings) on: schedule: @@ -15,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - branch: ["develop", "version-15-hotfix"] + branch: ["develop"] permissions: contents: write