mirror of
https://github.com/joinmarket-webui/jam.git
synced 2026-08-17 13:07:34 +02:00
chore(ci): build storybook on pull request
This commit is contained in:
parent
d60950c337
commit
d2fe8f180d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/storybook-build.yml
vendored
4
.github/workflows/storybook-build.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Build Storybook
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- devel
|
||||
workflow_dispatch:
|
||||
|
|
@ -26,4 +26,4 @@ jobs:
|
|||
run: npm clean-install --no-audit --no-fund
|
||||
|
||||
- name: Build Storybook
|
||||
run: npm run storybook:Build
|
||||
run: npm run storybook:build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue