Merge pull request #2370 from taosdata/hotfix/sangshuduo/ci-branch-limit
limit ci branch.
This commit is contained in:
commit
d43ba756ba
|
@ -4,6 +4,13 @@
|
||||||
#
|
#
|
||||||
# Build Matrix
|
# Build Matrix
|
||||||
#
|
#
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
- coverity_scan
|
||||||
|
- /^.*ci-.*$/
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
|
Loading…
Reference in New Issue