Skip to content

Commit

Permalink
chore: enable deploy pr workflow when src/lib files change
Browse files Browse the repository at this point in the history
  • Loading branch information
DRiFTy17 committed Jun 6, 2024
1 parent 8528452 commit a17199d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- '.storybook/**/*'
- 'src/stories/**/*'
- 'src/lib/**/*'

jobs:
wf-config:
Expand All @@ -18,9 +19,9 @@ jobs:
with:
filters: |
storybook:
- 'src/lib/**'
- '.storybook/**'
- 'src/stories/**'
- 'src/lib/**'
outputs:
deploy-storybook: ${{ steps.file-filter.outputs.storybook == 'true' }}

Expand Down

0 comments on commit a17199d

Please sign in to comment.