diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 396f15991..b59aae5a6 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -1,7 +1,7 @@ name: Storybook Build and Deploy on: push: - paths: ["packages/angular/**"] # Trigger the action only when files change in the folders defined here + paths: ["packages/**"] # Trigger the action only when files change in the folders defined here jobs: build-and-deploy: runs-on: ubuntu-latest diff --git a/packages/store/README.md b/packages/store/README.md index 5f54479d6..1fba1f641 100644 --- a/packages/store/README.md +++ b/packages/store/README.md @@ -10,4 +10,4 @@ And added *immer* *query* *dirty-check* *sub-store* and other functions. ## 中文 此项目受 [ngrx component store](https://github.com/ngrx/platform) 启发,移除了 Angular 依赖,使其可以在任何 JavaScript 项目中使用。 -并且增加了 immer query dirty-check sub-store 等功能。 \ No newline at end of file +并且增加了 immer query dirty-check sub-store 等功能。