Skip to content

Add glob for CI changes detection

What does this MR do?

Allow to use:

some_job:
  ...
  only:
    changes:
      - '**/*.{rb,rake,erb}'

Instead of:

some_job:
  ...
  only:
    changes:
      - '**/*.rb'
      - '**/*.rake'
      - '**/*.erb'

What are the relevant issue numbers?

None?

Does this MR meet the acceptance criteria?

Edited by Kirill Zaitsev

Merge request reports