Skip to content

Commit f98c74f

Browse files
e2e workflow added for release branches
1 parent aaad414 commit f98c74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 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

0 commit comments

Comments
 (0)