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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]