From 0fc496f41d6479e02887df9c3c9c078580913a69 Mon Sep 17 00:00:00 2001 From: Virgile Date: Mon, 27 Jan 2025 12:34:50 +0100 Subject: [PATCH] chore: correct branch --- .github/workflows/cherry-pick-electron-bumps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherry-pick-electron-bumps.yml b/.github/workflows/cherry-pick-electron-bumps.yml index ce850c62be7..ce6fa4ebb45 100644 --- a/.github/workflows/cherry-pick-electron-bumps.yml +++ b/.github/workflows/cherry-pick-electron-bumps.yml @@ -5,7 +5,7 @@ name: Cherry-pick Electron bumps on: push: branches: - - 'dev' + - 'v/merge-from-test' permissions: pull-requests: write