tuhaihe commented on code in PR #19:
URL: https://github.com/apache/cloudberry-pxf/pull/19#discussion_r2633361778


##########
.github/workflows/pxf-ci.yml:
##########
@@ -0,0 +1,401 @@
+name: PXF CI Pipeline
+
+on:
+  push:
+    branches: [ main ]
+  pull_request:

Review Comment:
   ```suggestion
     pull_request:
       branches: [ merge-with-upstream ]
   ```



##########
.github/workflows/pxf-ci.yml:
##########
@@ -0,0 +1,401 @@
+name: PXF CI Pipeline
+
+on:
+  push:
+    branches: [ main ]

Review Comment:
   ```suggestion
       branches: [ merge-with-upstream ]
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to