Skip to content

Commit

Permalink
chore: publish docs and storybook from remirror v1 (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
whawker committed Jun 4, 2022
1 parent e0c1562 commit 0032526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: docs
on:
push:
branches:
- main
- v1-hotfix
pull_request:
types: [opened, synchronize]
branches:
- v1-hotfix
- main

env:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: storybook
on:
push:
branches:
- main
- v1-hotfix
pull_request:
types: [opened, synchronize]
branches:
- v1-hotfix
- main

env:
Expand Down

0 comments on commit 0032526

Please sign in to comment.