mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
speed up ci
This commit is contained in:
parent
e763525c58
commit
d822f036e0
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 New Issue
Block a user