Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Jul 30, 2023
1 parent 7ef72b9 commit a608ec9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Storybook
on: [push]
paths:
- 'packages/ripple-storybook/**'
- 'packages/ripple-ui-core/**'
- 'packages/ripple-ui-forms/**'
- 'pnpm-lock.yaml'
on:
push:
paths:
- 'packages/ripple-storybook/**'
- 'packages/ripple-ui-core/**'
- 'packages/ripple-ui-forms/**'
- 'pnpm-lock.yaml'
jobs:
Storybook:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a608ec9

Please sign in to comment.