From d8236589e9ce7c0c921fa08834d6db05de6dee84 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 17 Apr 2019 13:17:59 +0000 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 6b11beeaa498..a17f098ed1b6 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