Skip to content

Merge pull request #82 from GeneralMagicio/mateodaza/hotfix-on-petitions #64

Merge pull request #82 from GeneralMagicio/mateodaza/hotfix-on-petitions

Merge pull request #82 from GeneralMagicio/mateodaza/hotfix-on-petitions #64

Workflow file for this run

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