Hi,
Basically, this is ‘port’ of CircleCI 1.0 request: Don’t build if circle.yml doesn’t exist
I have a project with multi-build workflow (20+ jobs) and it is required to
- spread
filters: { branches: { only: [ develop, master ] } }
across all build jobs, because branch filtering is not supported at workflow level - copy/maintain
.circleci/config.yml
across all branches to, hopefully, avoid triggering the workflow builds forgh-pages
and such
Please, could there be a global configuration switch that says:
Do not build anything if .circleci/config.yml does not exist?
Thanks,
Mateusz