[go: nahoru, domu]

blob: ea425a6c86e914d1727022d37cfb7f6368b44cc4 [file] [log] [blame]
Yigit Boyar7dcad2b2022-02-04 16:49:03 +00001{
2 "__comment": [
3 "Compose and Main are two configurations we have in CI.",
4 "Each can have include and exclude filters where these filters run an",
5 "exact match on the project name.",
6 "If the project matches both exclude and include filters, exclude is prioritized."
7 ],
8 "compose" : {
9 "include" : [
10 "compose-runtime"
11 ],
12 "default": false
13 },
14 "main" : {
15 "exclude" : [
Yigit Boyar7dcad2b2022-02-04 16:49:03 +000016 ],
17 "default": true
18 }
19}