Skip to content

Commit 153ca84

Browse files
committed
ci: update ci workflow
1 parent 3a49826 commit 153ca84

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
paths: ["demo/**", "demo_markdown/**", "thaw/**"]
55
branches:
66
- main
7+
push:
8+
paths: ["demo/**", "demo_markdown/**", "thaw/**"]
9+
branches:
10+
- thaw/v0.2
711

812
jobs:
913
stable:
@@ -62,8 +66,11 @@ jobs:
6266
uses: jetli/[email protected]
6367
with:
6468
version: "latest"
69+
- name: Install Cargo BInstall
70+
uses: cargo-bins/cargo-binstall@main
71+
- name: Install Cargo Leptos
72+
run: cargo binstall cargo-leptos
6573
- name: Build
6674
run: |
6775
cd ./examples/ssr_axum
68-
cargo install --locked cargo-leptos
6976
cargo leptos build --release

0 commit comments

Comments
 (0)