Skip to content

Commit

Permalink
ci(components): rebuild storybook components when app stories are add…
Browse files Browse the repository at this point in the history
…ed/modified (#12321)
  • Loading branch information
shlokamin authored Mar 20, 2023
1 parent dacc8cc commit eca2765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:
paths:
- 'Makefile'
- 'components/**'
- 'app/**/*.stories.@(js|jsx|ts|tsx)'
- 'webpack-config/**'
- 'package.json'
- '.github/workflows/components-test-build-deploy.yaml'
push:
paths:
- 'components/**'
- 'app/**/*.stories.@(js|jsx|ts|tsx)'
- 'webpack-config/**'
- 'package.json'
- '.github/workflows/components-test-build-deploy.yaml'
Expand Down

0 comments on commit eca2765

Please sign in to comment.