Skip to content

Commit 22a624a

Browse files
committed
ci: only build on specified branches
Do not start CI on random branches created in the tree. Signed-off-by: Anas Nashif <[email protected]>
1 parent 0eec5db commit 22a624a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.shippable.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ build:
4848
else
4949
./scripts/ci/run_ci.sh -s -b ${BRANCH} -r origin -m ${MATRIX_BUILD} -M ${MATRIX_BUILDS};
5050
fi;
51-
51+
branches:
52+
only:
53+
- master
54+
- v*-branch
55+
- topic-*
5256
integrations:
5357
notifications:
5458
- integrationName: slack_integration

0 commit comments

Comments
 (0)