only run backend CI tasks on Cargo.lock change (not Cargo.toml)

feat/vaults
Tomáš Mládek 2021-06-20 14:42:41 +02:00
parent 1e6fa751db
commit 5ced8746ed
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ lint:backend:
- changes:
- migrations/**/*
- src/**/*
- Cargo.*
- Cargo.lock
- Makefile
allow_failure: true
@ -52,7 +52,7 @@ build:backend:
changes:
- migrations/**/*
- src/**/*
- Cargo.*
- Cargo.lock
- Makefile
build:frontend:
@ -79,7 +79,7 @@ test:backend:
changes:
- migrations/**/*
- src/**/*
- Cargo.*
- Cargo.lock
- Makefile
package: