From 5d430bc5dbbb9cad3560772d9f2a2d150f0ade7e Mon Sep 17 00:00:00 2001 From: Joarley Santos Date: Sun, 19 Oct 2025 00:00:15 -0400 Subject: [PATCH 1/2] Update extract-locales.yml --- .github/workflows/extract-locales.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/extract-locales.yml b/.github/workflows/extract-locales.yml index df1fd4f1e..89828ca6b 100644 --- a/.github/workflows/extract-locales.yml +++ b/.github/workflows/extract-locales.yml @@ -1,10 +1,5 @@ name: Extract locales -on: - push: - branches: - - main - permissions: contents: write pull-requests: write From 1ac21c917c11c2489c17162932f917875439097d Mon Sep 17 00:00:00 2001 From: Joarley Santos Date: Sun, 19 Oct 2025 00:01:20 -0400 Subject: [PATCH 2/2] Add workflow_dispatch trigger to extract-locales.yml --- .github/workflows/extract-locales.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/extract-locales.yml b/.github/workflows/extract-locales.yml index 89828ca6b..8e95b8b12 100644 --- a/.github/workflows/extract-locales.yml +++ b/.github/workflows/extract-locales.yml @@ -1,5 +1,8 @@ name: Extract locales +on: + workflow_dispatch: + permissions: contents: write pull-requests: write