Skip to content

Commit 9641b17

Browse files
Merge pull request #504 from cloudsufi/e2e-workflow-fix
e2e workflow added for release branches
2 parents aaad414 + f98c74f commit 9641b17

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)