.gitlab-ci.yml changed, master branch added to auto test execution
This commit is contained in:
parent
15ed82e788
commit
0cded096ae
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ preflight:
|
|||
paths:
|
||||
- clearing_test
|
||||
only:
|
||||
- master
|
||||
- dev
|
||||
- /^dev_.*$/
|
||||
- new
|
||||
|
|
@ -40,6 +41,7 @@ build:
|
|||
paths:
|
||||
- /builds/mfd/clearing/z-distr/target/clearing
|
||||
only:
|
||||
- master
|
||||
- dev
|
||||
- /^dev_.*$/
|
||||
- new
|
||||
|
|
@ -66,6 +68,7 @@ test:
|
|||
paths:
|
||||
- artifacts/logs
|
||||
only:
|
||||
- master
|
||||
- dev
|
||||
- /^dev_.*$/
|
||||
- new
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue