Skip to content

Commit 18cce69

Browse files
update e2e branch
1 parent 6e032cc commit 18cce69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ name: Build e2e tests
1616

1717
on:
1818
push:
19-
branches: [ develop ]
19+
branches: [ develop, release/* ]
2020
pull_request:
21-
branches: [ develop ]
21+
branches: [ develop, release/* ]
2222
types: [ opened, synchronize, reopened, labeled ]
2323
workflow_dispatch:
2424

@@ -65,6 +65,7 @@ jobs:
6565
with:
6666
repository: cdapio/cdap-e2e-tests
6767
path: e2e
68+
ref: release/6.10
6869

6970
- name: Cache
7071
uses: actions/cache@v3

0 commit comments

Comments
 (0)