workflows:
version: 2
build_deploy_test:
jobs:
- build:
filters:
branches:
only:
- develop
- christest:
requires:
- install
filters:
branches:
only: devops-docker-intial
With the following workflow a commit to the devops-docker-intial branch just results in a workflow that is 'created' - it doesn't proceed further... Why?