ppkarwasz commented on code in PR #423:
URL: 
https://github.com/apache/commons-release-plugin/pull/423#discussion_r3030057917


##########
.github/workflows/maven.yml:
##########
@@ -15,7 +15,11 @@
 
 name: Java CI
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - "master"

Review Comment:
   That is a question of style: `master`, `'master'` and `"master"` are 
equivalent in this case.
   
   Should I change it to `'master'`?



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