From 22a624a81e8b5ed32c814405d83dff1687feaec9 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 17 Apr 2019 09:17:59 -0400 Subject: [PATCH] ci: only build on specified branches Do not start CI on random branches created in the tree. Signed-off-by: Anas Nashif --- .shippable.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.shippable.yml b/.shippable.yml index 6b11beeaa49..a17f098ed1b 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -48,7 +48,11 @@ build: else ./scripts/ci/run_ci.sh -s -b ${BRANCH} -r origin -m ${MATRIX_BUILD} -M ${MATRIX_BUILDS}; fi; - +branches: + only: + - master + - v*-branch + - topic-* integrations: notifications: - integrationName: slack_integration