ci: typo in the name of teh Cargo files
This commit is contained in:
parent
c90186295c
commit
86bb566e5e
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ lint-clippy:
|
|||
when: never
|
||||
- changes:
|
||||
- src/**/*
|
||||
- cargo.*
|
||||
- Cargo.*
|
||||
when: always
|
||||
|
||||
lint-fmt:
|
||||
|
@ -40,7 +40,7 @@ lint-fmt:
|
|||
when: never
|
||||
- changes:
|
||||
- src/**/*
|
||||
- cargo.*
|
||||
- Cargo.*
|
||||
when: always
|
||||
|
||||
|
||||
|
@ -57,7 +57,7 @@ build:
|
|||
when: never
|
||||
- changes:
|
||||
- src/**/*
|
||||
- cargo.*
|
||||
- Cargo.*
|
||||
when: on_success
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue