Skip to content

Commit aea24dc

Browse files
authored
chore(ci): Trigger build when main is updated (#2768)
* add trigger when commits are pushed to main * rename to pull-requests.json (this is the default name)
1 parent 042878b commit aea24dc

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"allow_org_users": true,
1010
"allowed_repo_permissions": ["admin", "write"],
1111
"allowed_list": ["elastic-vault-github-plugin-prod[bot]"],
12-
"set_commit_status": false,
12+
"set_commit_status": true,
1313
"build_on_commit": true,
1414
"build_on_comment": true,
1515
"build_drafts": true,
@@ -26,6 +26,26 @@
2626
"kibana_build_reuse": false,
2727
"kibana_build_reuse_pipeline_slugs": [],
2828
"kibana_build_reuse_regexes": []
29+
},
30+
{
31+
"repoOwner": "elastic",
32+
"repoName": "elastic-charts",
33+
"pipelineSlug": "kibana-elastic-charts-build",
34+
35+
"enabled": true,
36+
"allow_org_users": true,
37+
"allowed_repo_permissions": ["admin", "write"],
38+
"allowed_list": ["elastic-vault-github-plugin-prod[bot]"],
39+
"set_commit_status": true,
40+
"build_on_commit": true,
41+
"build_on_comment": false,
42+
"build_drafts": false,
43+
"build_on_ready": false,
44+
"enable_skippable_commits": false,
45+
"skip_ci_on_only_changed": [],
46+
"always_require_ci_on_changed": [],
47+
"enable_trigger_checkbox": false,
48+
"target_branch": "main"
2949
}
3050
]
3151
}

0 commit comments

Comments
 (0)