You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/07/22 11:08:36 UTC

[GitHub] [iotdb-client-go] HTHou commented on a diff in pull request #42: active ci for rel branches

HTHou commented on code in PR #42:
URL: https://github.com/apache/iotdb-client-go/pull/42#discussion_r927547121


##########
.github/workflows/e2e.yml:
##########
@@ -2,9 +2,19 @@ name: E2E Tests
 
 on:
   push:
-    branches: [ main ]
+    branches:
+      - master

Review Comment:
   ```suggestion
         - main
   ```



##########
.github/workflows/e2e.yml:
##########
@@ -2,9 +2,19 @@ name: E2E Tests
 
 on:
   push:
-    branches: [ main ]
+    branches:
+      - master
+      - 'rel/*'
   pull_request:
-    branches: [ main ]
+    branches:
+      - master

Review Comment:
   ```suggestion
         - main
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org