fix CI
This commit is contained in:
parent
b7b1c567d9
commit
5cbfa301c4
|
|
@ -3,11 +3,11 @@ name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
|
paths:
|
||||||
|
- 'egui_client/**'
|
||||||
|
- 'rusty_hub/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
paths:
|
|
||||||
- 'egui_client/**'
|
|
||||||
- 'rusty_hub/**'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue