In addition to main, listen to and run CI on changes pushed to master branch also.
Type of change
[X] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Using automated tests and manual tests.
Checklist:
[X] I have performed a self-review of my own code
[X] My changes generate no new warnings
[X] New and existing unit tests pass locally with my changes
[X] Any dependent changes have been merged and published in downstream modules
[X] I have checked my code and corrected any misspellings
[X] I have signed the commit message to agree to Developer Certificate of Origin (DCO) (to certify that you wrote or otherwise have the right to submit your contribution to the project.) by adding "--signoff" to my git commit command.
Description
In addition to
main
, listen to and run CI on changes pushed tomaster
branch also.Type of change
How Has This Been Tested?
Using automated tests and manual tests.
Checklist: