about summary refs log tree commit diff
path: root/.github/workflows/rebase-needed.yml
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-03-08 13:26:25 -0500
committerGitHub <noreply@github.com>2023-03-08 19:26:25 +0100
commit9dfe2dbd3f29d1d6f3ffb530c9d9e782b56b5c95 (patch)
treeb5dbac87b0568619f2c3e1eacf019e3478dbb7d3 /.github/workflows/rebase-needed.yml
parentb715bd8e53537c44915fa76e89e4af53486b027f (diff)
Skip rebase-needed job for i10n branch (#24026)
Diffstat (limited to '.github/workflows/rebase-needed.yml')
-rw-r--r--.github/workflows/rebase-needed.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rebase-needed.yml b/.github/workflows/rebase-needed.yml
index 944ae7b28..6a8035210 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: