Branch filtering not working. YML file is invalid

What does that mean “branches” property not allowed?! :frowning:

workflows:
  version: 2
  build-deploy:
  jobs:
    - m224_php71:
      filters:
        branches:
          ignore: /^master/

This is my YML file

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).