Skip to content

Commit

Permalink
ci: run publish v2 storybook on version2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Dec 9, 2024
1 parent bead0ba commit 4e0a0e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-v2-storybook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish V2 Storybook
name: Publish v2 Storybook

on:
workflow_run:
Expand All @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: version2
fetch-depth: 0
- name: Run Setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit 4e0a0e4

Please sign in to comment.