I need a way to only apply CI validations to the diff between the PR and where it's heading to.
You have a
CIRCLE_BRANCH
env variable which gives me the branch of the PR, but I'd also need to branch that the PR is heading to (master, develop, etc)
CCI-I-944