Skip to content

Commit 20d8cc8

Browse files
authored
Update ci_e2e_workflow.yml
1 parent bf6091f commit 20d8cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_e2e_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: CI E2E tests
66
on:
77
workflow_dispatch:
88
push:
9-
branches: [ release/* ]
9+
branches: [ dev, master, main, release/* ]
1010
pull_request:
11-
branches: [ dev, master, main ]
11+
branches: [ dev, master, main, release/* ]
1212
schedule:
1313
# Monday to Thursday 1 AM PDT build
1414
# * is a special character in YAML so you have to quote this string

0 commit comments

Comments
 (0)