Skip to content

Commit a3c08a5

Browse files
Merge branch 'main' of github.com:ihmeuw/layered_config_tree into sbachmei/mic-5969/add-api-docs
2 parents 7ce1694 + ea91b8e commit a3c08a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ Note that updating the shared repo will take affect on the next pipeline invocat
2828
library("vivarium_build_utils@${get_vbu_version()}")
2929

3030
reusable_pipeline(
31-
scheduled_branches: ["main"],
31+
scheduled_branches: [
32+
// Add additional branches for cron jobs below.
33+
// Note: Newly added branches will require a manual trigger of the first build
34+
// for subsequent scheduled builds to run.
35+
"main"
36+
],
3237
test_types: ["unit"],
3338
requires_slurm: false,
3439
)

0 commit comments

Comments
 (0)