Setting up workflows


How do you set up workflows? I can’t seem to find the configuration steps under https://circleci.com/docs/2.0/workflows/#parallel-job-execution-example

What I have right now in my yml file is this at the end:
workflows: versions: 2 build_for_test: jobs: - build - export

1 Like

Nevermind, fixed.