.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:
|
paths:
|
||||||
- clearing_test
|
- clearing_test
|
||||||
only:
|
only:
|
||||||
|
- master
|
||||||
- dev
|
- dev
|
||||||
- /^dev_.*$/
|
- /^dev_.*$/
|
||||||
- new
|
- new
|
||||||
|
|
@ -40,6 +41,7 @@ build:
|
||||||
paths:
|
paths:
|
||||||
- /builds/mfd/clearing/z-distr/target/clearing
|
- /builds/mfd/clearing/z-distr/target/clearing
|
||||||
only:
|
only:
|
||||||
|
- master
|
||||||
- dev
|
- dev
|
||||||
- /^dev_.*$/
|
- /^dev_.*$/
|
||||||
- new
|
- new
|
||||||
|
|
@ -66,6 +68,7 @@ test:
|
||||||
paths:
|
paths:
|
||||||
- artifacts/logs
|
- artifacts/logs
|
||||||
only:
|
only:
|
||||||
|
- master
|
||||||
- dev
|
- dev
|
||||||
- /^dev_.*$/
|
- /^dev_.*$/
|
||||||
- new
|
- new
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue