Skip to content

Commit

Permalink
updated storybook deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timwright12 committed Sep 21, 2023
1 parent f5bbdf7 commit 7ba79a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ name: Deploy Documentation
on:
# Runs on pushes targeting the default branch
push:
branches: ["main", "gh-pages"]
branches:
- 'main'
- 'gh-pages'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 7ba79a2

Please sign in to comment.