CI: Build stable branches during backport
This commit is contained in:
parent
9221e3429d
commit
e41c42720a
|
@ -29,8 +29,7 @@ branches:
|
|||
only:
|
||||
- master
|
||||
- themes
|
||||
- /^.*-stable/
|
||||
- /.*backport.*/
|
||||
- /.*-stable/
|
||||
|
||||
before_script:
|
||||
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
|
|
|
@ -6,6 +6,7 @@ branches:
|
|||
only:
|
||||
- master
|
||||
- themes
|
||||
- /.*-stable/
|
||||
|
||||
build: off
|
||||
|
||||
|
|
Loading…
Reference in New Issue