Category "circleci-workflows"

Where can I save or share data between CircleCI builds?

I'm trying to create a CircleCI job in which after a specific step, I want to save the output of that step somewhere that other jobs/builds can read it The pseu

How to get the branch that the PR is heading to in CircleCI

CircleCI have a CIRCLE_BRANCH env variable that tells you the name of the branch of the PR itself. But I want the other way around, I need the branch name of t