mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
update workflows
This commit is contained in:
parent
1afdc4fe1e
commit
cb788758df
2 changed files with 24 additions and 3 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -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,
|
||||||
|
|
16
.github/workflows/get-leptos-changed.yml
vendored
16
.github/workflows/get-leptos-changed.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue