Skip to content

Merge branch 'main' into feat/list-with-icon #20

Merge branch 'main' into feat/list-with-icon

Merge branch 'main' into feat/list-with-icon #20

Workflow file for this run

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