Skip to content
Snippets Groups Projects
Commit f99af763 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(circleci): support nested directories

parent e2f51b51
No related branches found
No related tags found
No related merge requests found
......@@ -1066,7 +1066,7 @@ const options = [
stage: 'package',
type: 'json',
default: {
fileMatch: ['^.circleci/config.yml$'],
fileMatch: ['(^|/).circleci/config.yml$'],
},
mergeable: true,
cli: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment