From 18cce69acdfbd912bc345bc4f3bc6bcad44317be Mon Sep 17 00:00:00 2001 From: itsankit-google Date: Mon, 30 Oct 2023 13:59:29 +0000 Subject: [PATCH] update e2e branch --- .github/workflows/e2e.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 51223b8c7..aa1602441 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -16,9 +16,9 @@ name: Build e2e tests on: push: - branches: [ develop ] + branches: [ develop, release/* ] pull_request: - branches: [ develop ] + branches: [ develop, release/* ] types: [ opened, synchronize, reopened, labeled ] workflow_dispatch: @@ -65,6 +65,7 @@ jobs: with: repository: cdapio/cdap-e2e-tests path: e2e + ref: release/6.10 - name: Cache uses: actions/cache@v3