Skip to content

Commit

Permalink
ci: only build on specified branches
Browse files Browse the repository at this point in the history
Do not start CI on random branches created in the tree.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and galak committed Apr 17, 2019
1 parent 247330d commit d823658
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d823658

Please sign in to comment.