Skip to content

Commit

Permalink
ci: run storybook pipeline on html and react package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza14khan committed Aug 26, 2024
1 parent e355b67 commit c354d63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-html-storybook-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "packages/html/**"

env:
AWS_S3_BUCKET_NAME: storybook-html-design-system-blocks-gov-ie
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-react-storybook-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "packages/react/**"

env:
AWS_S3_BUCKET_NAME: storybook-react-design-system-blocks-gov-ie
Expand Down

0 comments on commit c354d63

Please sign in to comment.