Update .gitlab-ci.yml
This commit is contained in:
parent
79257f1cbe
commit
1ff85ee0a5
|
@ -28,6 +28,9 @@ backend-sobelow:
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- backend/*
|
- backend/*
|
||||||
|
except:
|
||||||
|
- develop
|
||||||
|
- master
|
||||||
before_script:
|
before_script:
|
||||||
- cd backend
|
- cd backend
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue