chore(ci): build storybook on pull request
Some checks are pending
Build / build (v24.11.1) (push) Waiting to run
CodeQL / Analyze (push) Waiting to run
Deploy Storybook / deploy (push) Waiting to run

This commit is contained in:
theborakompanioni 2026-06-09 23:02:52 +02:00
parent d60950c337
commit d2fe8f180d
No known key found for this signature in database
GPG key ID: E8070AF0053AAC0D

View file

@ -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