Skip to content

fix: fix name of call back #15

fix: fix name of call back

fix: fix name of call back #15

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 🚀
uses: devmasx/[email protected]
with:
type: now
from_branch: main
target_branch: storybook
github_token: ${{ github.token }}