I have created workflow in branch A. The workflow is set to trigger upon push event.
I didn’t add any filter based on branch. However,I notice that the workflow is getting triggered only upon push to branch A and not getting triggered when we I am pushing to other branches.
Is this behaviour normal?
How do I configure to trigger the workflow for push on all branches in that repo?
Also,how do I configure to trigger the workflow only for push to branch B,but having the workflow defined in branch A?