mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
ci: Added name and fixed path for Rust Coverage
This commit is contained in:
parent
049a7b1088
commit
7a4a2373da
6
.github/workflows/rust_coverage.yml
vendored
6
.github/workflows/rust_coverage.yml
vendored
@ -1,16 +1,18 @@
|
||||
name: Rust coverage tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "frontend/rustlib/**"
|
||||
- "frontend/rust-lib/**"
|
||||
- "shared-lib/**"
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- "main"
|
||||
paths:
|
||||
- "frontend/rustlib/**"
|
||||
- "frontend/rust-lib/**"
|
||||
- "shared-lib/**"
|
||||
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user