Skip to content

Merge pull request #37 from igor-tech/QUIZ-20 #12

Merge pull request #37 from igor-tech/QUIZ-20

Merge pull request #37 from igor-tech/QUIZ-20 #12

name: Build and Deploy Storybook
on:
push:
branches:
- 'master'
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: master
target_branch: storybook-deploy
github_token: ${{ github.token }}