solomax commented on code in PR #144: URL: https://github.com/apache/openjpa/pull/144#discussion_r3802017024
########## .github/workflows/ci.yml: ########## @@ -14,26 +14,37 @@ # specific language governing permissions and limitations under the License. # name: Java CI -on: [push] +on: + push: + branches: [master] Review Comment: @rmannibucau the list of active branches contains just this one Could you please name `maintenance branches`? -- 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]
