This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/iotdb-client-nodejs.git
The following commit(s) were added to refs/heads/HTHou-patch-1 by this push:
new 7c84565 Update branch names for E2E tests workflow
7c84565 is described below
commit 7c84565c4eaee4b63de68860fc140dd60c4447cc
Author: Haonan <[email protected]>
AuthorDate: Fri Jun 26 10:06:33 2026 +0800
Update branch names for E2E tests workflow
---
.github/workflows/e2e-1c3d.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/e2e-1c3d.yml b/.github/workflows/e2e-1c3d.yml
index d2bfd81..8c336e7 100644
--- a/.github/workflows/e2e-1c3d.yml
+++ b/.github/workflows/e2e-1c3d.yml
@@ -2,9 +2,9 @@ name: E2E Tests (1C3D)
on:
push:
- branches: [ main, dev/* ]
+ branches: [ develop, dev/* ]
pull_request:
- branches: [ main ]
+ branches: [ develop ]
jobs:
e2e-1c3d: