From 7cc396d573844d562e4b889bdc6c5d2799116f36 Mon Sep 17 00:00:00 2001 From: James Mortemore Date: Sat, 18 Apr 2026 13:36:55 +0100 Subject: [PATCH] ci: extend Java CI / E2E to release/v7 Mirrors the same trigger update already on release/v7 (commit 612ebc7 on that branch). Keeps the workflow trigger lists in sync between master and release/v7 so cherry-picks between branches don't have to fix the trigger. Follow-up to the v7/v8 split. --- .github/workflows/build.yml | 1 + .github/workflows/e2e.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7c5549a..fe0ba4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: push: branches: - master + - release/v7 schedule: - cron: "0 0 * * 0" diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 768eca2..83e03cd 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -8,6 +8,7 @@ on: push: branches: - master + - release/v7 workflow_dispatch: jobs: