Skip to content

Commit 51709a2

Browse files
committed
Run e2e with develop
1 parent 381b452 commit 51709a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
description: "Core Branch"
99
required: false
1010
default: "master"
11+
push:
12+
branches:
13+
- develop-e2e
1114

1215
jobs:
1316
e2e-test:
@@ -23,7 +26,7 @@ jobs:
2326
uses: actions/checkout@v3
2427
with:
2528
repository: flux3dp/beam-studio-core
26-
ref: ${{ github.event.inputs.core_branch }}
29+
ref: develop
2730
path: .github/actions/beam-studio-core
2831
- name: Copy Beam Studio Core
2932
run: |

0 commit comments

Comments
 (0)