From 6cb10401df17cf051884ec853b6e771bd56cf715 Mon Sep 17 00:00:00 2001 From: Greg Johnston Date: Mon, 9 Sep 2024 21:20:14 -0400 Subject: [PATCH] chore(ci): update list of core crates --- .github/workflows/get-leptos-changed.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/get-leptos-changed.yml b/.github/workflows/get-leptos-changed.yml index 947e8fd95..fba4bcf03 100644 --- a/.github/workflows/get-leptos-changed.yml +++ b/.github/workflows/get-leptos-changed.yml @@ -43,11 +43,14 @@ jobs: oco/** or_poisoned/** reactive_graph/** + reactive_stores/** + reactive_stores_macro/** router/** router_macro/** server_fn/** server_fn/server_fn_macro_default/** server_fn_macro/** + tachys/** - name: List source files that changed run: echo '${{ steps.changed-source.outputs.all_changed_files }}'