diff --git a/.github/workflows/rebase-needed.yml b/.github/workflows/rebase-needed.yml
index 944ae7b283ec0928cc4f71c096487e3303c25737..6a8035210c2e4b7d30b8a675a28a73245a168a57 100644
--- a/.github/workflows/rebase-needed.yml
+++ b/.github/workflows/rebase-needed.yml
@@ -4,9 +4,11 @@ on:
   push:
     branches-ignore:
       - 'dependabot/**'
+      - 'l10n_main'
   pull_request_target:
     branches-ignore:
       - 'dependabot/**'
+      - 'l10n_main'
     types: [synchronize]
 
 permissions: