duttonw commented on code in PR #1667:
URL: https://github.com/apache/struts/pull/1667#discussion_r3625559413


##########
.github/workflows/maven.yml:
##########
@@ -20,8 +20,11 @@ on:
   push:
     branches:
       - 'main'
+      - 'develop'
       - 'release/*'
       - 'support/*'
+  workflow_dispatch:
+  workflow_call:

Review Comment:
   ``workflow_call`` allows this to be added to another workflow such as 
testing prior to a package deployment. 



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