Hi All,
I have a scenario.
- Created a PR.
- Merged that using merge button.
- It run the Pipeline and deployed everything in my salesforce org.
- Now I didn't want the changes to I clicked on Revert button on the Merged PR.
- The pipeline didn't run against my Salesforce org. Why?
- Then I merged the new reverted Pull request that bitbucket generated and that broke my Master branch.
I want the answer for point 5. Why didn't the pipeline run?
Thanks.