Skip to content
Snippets Groups Projects
Unverified Commit 72a16575 authored by Shubham Palriwala's avatar Shubham Palriwala Committed by GitHub
Browse files

feat(gitlabci-include): loosen default file match (#12380)

parent 171438c8
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ import { extractPackageFile } from './extract'; ...@@ -3,5 +3,5 @@ import { extractPackageFile } from './extract';
export { extractPackageFile }; export { extractPackageFile };
export const defaultConfig = { export const defaultConfig = {
fileMatch: ['^\\.gitlab-ci\\.yml$'], fileMatch: ['\\.gitlab-ci\\.yml$'],
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment