Fixing regexp.
This commit is contained in:
parent
ce22058bf3
commit
35f1967176
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ branches:
|
|||
only:
|
||||
- master
|
||||
- develop
|
||||
- feature*
|
||||
- /^feature-.*$/
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
|
|
@ -3,7 +3,7 @@ branches:
|
|||
only:
|
||||
- develop
|
||||
- master
|
||||
- feature*
|
||||
- /^feature-.*$/
|
||||
max_jobs: 4
|
||||
configuration:
|
||||
- Debug
|
||||
|
|
Loading…
Reference in a new issue