Skip to content

Merge pull request #134 from talerqa/feat/fix_header #73

Merge pull request #134 from talerqa/feat/fix_header

Merge pull request #134 from talerqa/feat/fix_header #73

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