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: