mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
speed up ci
This commit is contained in:
parent
e763525c58
commit
d822f036e0
1 changed files with 6 additions and 0 deletions
6
.github/workflows/rust_general.yml
vendored
6
.github/workflows/rust_general.yml
vendored
|
|
@ -3,8 +3,14 @@ name: Rust
|
|||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'frontend/rust-lib'
|
||||
- 'shared-lib'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- 'frontend/rust-lib'
|
||||
- 'shared-lib'
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
|
|||
Loading…
Reference in a new issue