In my yaml file i have code block
pipelines: pull-requests: dev: - step: name: Plan projects (dev) script: - export WORKSPACE=dev - make plan
but pipeline won’t start.