From 1456493a75488efabbecd5b1f96eda86664e1881 Mon Sep 17 00:00:00 2001 From: Thomas Parrott Date: Fri, 25 Oct 2024 13:03:41 +0100 Subject: [PATCH] github: Update LP trigger to detect v2-edge branch Signed-off-by: Thomas Parrott --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 597c2147e..f60eb44d8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,7 @@ on: - cron: '0 0 * * 0' # Weekly on Sunday at 00:00 UTC push: branches: - - main + - v2-edge pull_request: permissions: @@ -316,7 +316,7 @@ jobs: TARGET: >- ${{ fromJson('{ "main": "latest-edge", - "stable-5.0": "5.0-edge", + "v2-edge": "v2-edge", }')[github.ref_name] }} run: | set -eux