fix .gitlab-ci.yml (?)

feat/vaults
Tomáš Mládek 2021-06-19 12:50:33 +02:00
parent 956c14a003
commit 60042dda69
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ lint:backend:
- make backend_lint
rules:
- allow_failure: true
only:
changes:
- changes:
- migrations/**/*
- src/**/*
- Cargo.*