Github run job on pull request merge or closed from base main branch problems
Hey guys I have a bicep workflow, I am trying to run bicep-plan on pull request creation which I have done.
then I have bicep deploy and I want it to run on pull request base main branch only and only run when the pull request is closed or merged but when I run my code it just skips the job
I removed the function of the code and just left the skeleton to show it easier