nsgupta1 commented on a change in pull request #6: PHOENIX-5234 Create patch scripts for phoenix-connectors and phoenix-queryserver projects URL: https://github.com/apache/phoenix-connectors/pull/6#discussion_r344885645
########## File path: .github/workflows/maven.yml ########## @@ -0,0 +1,20 @@ +name: phoenix-connectors CI + +on: + push: + branches: master Review comment: The next line pull-request will run it on every PR and push here will run it whenever we have pushed changes. Do we want to remove action from push ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
