From 8b1db3f5920bf4250ea9c7e5cb742193821ccd3d Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:50:17 +0200 Subject: [PATCH] misc(ci): Run e2e and native tests on release branches (#4177) --- .github/workflows/e2e.yml | 1 + .github/workflows/native-tests.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 1f858cde6..658ecf2af 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -5,6 +5,7 @@ on: branches: - main - v5 + - release/** pull_request: concurrency: diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index 14e858aa8..e9e464ff5 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -5,6 +5,7 @@ on: branches: - main - v5 + - release/** pull_request: jobs: