What does that mean “branches” property not allowed?!
workflows:
version: 2
build-deploy:
jobs:
- m224_php71:
filters:
branches:
ignore: /^master/
What does that mean “branches” property not allowed?!
workflows:
version: 2
build-deploy:
jobs:
- m224_php71:
filters:
branches:
ignore: /^master/
In your first YAML file, the jobs
key is not sufficiently indented. See my example here.
(When posting text-based material, such as config files or logs, please supply only as text, unless there are artefacts that can only be captured in a bitmap. Images are not supported by clipboards, screen-readers an search-engines, and thus it is made harder to help).