Skip to content

Commit

Permalink
feat: filter icons deployment by changed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vostrik authored Apr 4, 2024
1 parent 7985e08 commit 0736b89
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/kaspersky-icons-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: "@kaspersky/icons Storybook"
on:
push:
branches:
- "master"
- 'master'
paths:
- 'packages/kaspersky-icons/**'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -36,10 +38,3 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/kaspersky-icons/storybook/icons
destination_dir: icons
# - name: Upload
# uses: actions/[email protected]
# with:
# path: packages/kaspersky-icons/storybook
# - id: Deploy
# name: Deploy to GitHub Pages
# uses: actions/[email protected]

0 comments on commit 0736b89

Please sign in to comment.