.gitlab-ci.yml changed, master branch added to auto test execution

This commit is contained in:
Ivan Nikolaev-Axenov 2025-06-23 11:51:42 +03:00
parent 15ed82e788
commit 0cded096ae

View file

@ -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