git diff-tree --no-commit-id --name-only -r $CI_COMMIT_SHORT_SHA
gives me the list all the files that were committed for that SHA.
I am looking for a way to get a list of files with only .xml or .html extensions.
I checked the documentation page - here and couldn't see any option.
Any help is greatly appreciated.