diff --git a/.github/workflows/components-test-build-deploy.yaml b/.github/workflows/components-test-build-deploy.yaml index 18b5b5d0cdf..455910888d0 100644 --- a/.github/workflows/components-test-build-deploy.yaml +++ b/.github/workflows/components-test-build-deploy.yaml @@ -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'