ci: only build on specified branches
Do not start CI on random branches created in the tree. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0eec5dba53
commit
22a624a81e
1 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,11 @@ build:
|
||||||
else
|
else
|
||||||
./scripts/ci/run_ci.sh -s -b ${BRANCH} -r origin -m ${MATRIX_BUILD} -M ${MATRIX_BUILDS};
|
./scripts/ci/run_ci.sh -s -b ${BRANCH} -r origin -m ${MATRIX_BUILD} -M ${MATRIX_BUILDS};
|
||||||
fi;
|
fi;
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- v*-branch
|
||||||
|
- topic-*
|
||||||
integrations:
|
integrations:
|
||||||
notifications:
|
notifications:
|
||||||
- integrationName: slack_integration
|
- integrationName: slack_integration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue