Skip to content

Merge pull request #135 from talerqa/fix/storybook #74

Merge pull request #135 from talerqa/fix/storybook

Merge pull request #135 from talerqa/fix/storybook #74

name: Build and Deploy Storybook
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Merge dev -> storybook-deploy 🚀
uses: devmasx/[email protected]
with:
type: now
from_branch: main
target_branch: storybook-deploy
github_token: ${{ github.token }}