This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch dev/1.3
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git

commit 75258e782b1641e85f4bc79bb7c1556685fb48b3
Author: HTHou <[email protected]>
AuthorDate: Fri Feb 21 15:15:22 2025 +0800

    update actions
---
 .github/workflows/e2e.yml | 2 ++
 .github/workflows/go.yml  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml
index d3273de..4578567 100644
--- a/.github/workflows/e2e.yml
+++ b/.github/workflows/e2e.yml
@@ -5,10 +5,12 @@ on:
     branches:
       - main
       - 'rel/*'
+      - 'dev/*'
   pull_request:
     branches:
       - main
       - 'rel/*'
+      - 'dev/*'
   # allow manually run the action:
   workflow_dispatch:
 
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 9ddba46..bcba002 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -5,10 +5,12 @@ on:
     branches:
       - main
       - 'rel/*'
+      - 'dev/*'
   pull_request:
     branches:
       - main
       - 'rel/*'
+      - 'dev/*'
   # allow manually run the action:
   workflow_dispatch:
 

Reply via email to