lidavidm commented on code in PR #255:
URL: https://github.com/apache/arrow-adbc/pull/255#discussion_r1053776413


##########
.github/workflows/packaging.yml:
##########
@@ -18,10 +18,23 @@
 name: Packaging
 
 on:
+  pull_request:
+    branches:
+      - main
+    paths:
+      - "adbc.h"
+      - "c/**"
+      - "ci/**"
+      - "glib/**"
+      - "python/**"
+      - "ruby/**"
+      - ".github/workflows/packaging.yml"
+
   push:
     # Automatically build on RC tags
     branches-ignore:
       - '**'
+

Review Comment:
   Whoops, removed.



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

Reply via email to