fix: workflows

This commit is contained in:
luoxiao 2024-01-02 21:30:34 +08:00
parent c40d1006c9
commit 823903b63d
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
name: CI
on:
pull_request:
paths: ["demo/**", "src/**", "Cargo.toml"]
paths: ["demo/**", "thaw/**"]
branches:
- main

View file

@ -1,7 +1,7 @@
name: Deploy demo
on:
push:
paths: ["demo/**", "src/**", "Cargo.toml"]
paths: ["demo/**", "thaw/**"]
branches:
- main