From 45e819dbb5a2c7ec8447a9d8e594a0400aa0acb2 Mon Sep 17 00:00:00 2001 From: BacLuc Date: Sat, 13 Jun 2026 17:15:34 +0200 Subject: [PATCH] e2e-tests-all.yml: run on pull requests against all branches But check for the label and for the target branch name. Signed-off-by: BacLuc --- .github/workflows/e2e-tests-all.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests-all.yml b/.github/workflows/e2e-tests-all.yml index 1a44745ccd..a21ac563d6 100644 --- a/.github/workflows/e2e-tests-all.yml +++ b/.github/workflows/e2e-tests-all.yml @@ -7,8 +7,7 @@ on: pull_request: types: [labeled] branches: - - staging - - prod + - '**' push: branches: - devel