update workflows

This commit is contained in:
Greg Johnston 2024-06-14 16:20:13 -04:00
parent 1afdc4fe1e
commit cb788758df
2 changed files with 24 additions and 3 deletions

View file

@ -20,6 +20,11 @@ jobs:
matrix: matrix:
directory: directory:
[ [
any_error,
any_spawner,
const_str_slice_concat,
either_of,
hydration_context,
integrations/actix, integrations/actix,
integrations/axum, integrations/axum,
integrations/utils, integrations/utils,
@ -28,10 +33,14 @@ jobs:
leptos_dom, leptos_dom,
leptos_hot_reload, leptos_hot_reload,
leptos_macro, leptos_macro,
leptos_reactive,
leptos_server, leptos_server,
meta, meta,
next_tuple,
oco,
or_poisoned,
reactive_graph,
router, router,
router_macro,
server_fn, server_fn,
server_fn/server_fn_macro_default, server_fn/server_fn_macro_default,
server_fn_macro, server_fn_macro,

View file

@ -24,17 +24,29 @@ jobs:
uses: tj-actions/changed-files@v43 uses: tj-actions/changed-files@v43
with: with:
files: | files: |
integrations/** any_error/**
any_spawner/**
const_str_slice_concat/**
either_of/**
hydration_context/**
integrations/actix/**
integrations/axum/**
integrations/utils/**
leptos/** leptos/**
leptos_config/** leptos_config/**
leptos_dom/** leptos_dom/**
leptos_hot_reload/** leptos_hot_reload/**
leptos_macro/** leptos_macro/**
leptos_reactive/**
leptos_server/** leptos_server/**
meta/** meta/**
next_tuple/**
oco/**
or_poisoned/**
reactive_graph/**
router/** router/**
router_macro/**
server_fn/** server_fn/**
server_fn/server_fn_macro_default/**
server_fn_macro/** server_fn_macro/**
- name: List source files that changed - name: List source files that changed