Skip to content

Commit

Permalink
feat: add yml file for auto deploy storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-tech committed May 5, 2024
1 parent 0f283c1 commit d3640e4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build and Deploy Storybook
on:
push:
branches:
- 'master'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1

- name: Merge dev -> storybook-deploy 🚀
uses: devmasx/merge-branch@1.4.0
with:
type: now
from_branch: master
target_branch: storybook-deploy
github_token: ${{ github.token }}

0 comments on commit d3640e4

Please sign in to comment.