From 76389e42e00e4ff2e9c6880fcd2ffe97469239d2 Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:48:20 -0800 Subject: [PATCH] Assuming i18n update always runs --- .github/workflows/ci-tests-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests-e2e.yaml b/.github/workflows/ci-tests-e2e.yaml index 1b5804b2e..a20e9a0ce 100644 --- a/.github/workflows/ci-tests-e2e.yaml +++ b/.github/workflows/ci-tests-e2e.yaml @@ -5,7 +5,7 @@ on: push: branches: [main, master, core/*, desktop/*] pull_request: - branches-ignore: [wip/*, draft/*, temp/*] + branches-ignore: [wip/*, draft/*, temp/*, version-bump-*] workflow_dispatch: workflow_run: workflows: ['i18n: Update Core']