Skip to content

Commit

Permalink
feat: add CI and storybook to develop (onecx#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy authored Nov 28, 2024
1 parent bb1ac87 commit 3f3da60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: build
on:
push:
branches:
- "*"
- "*/*"
- "**"
- '*'
- '*/*'
- '**'
pull_request:
branches:
- main
- develop
- v3
jobs:
main:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/storybook-build-fork.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build Storybook (Fork)
on:
on:
pull_request:
branches:
- 'main'
branches:
- 'main'
- 'develop'
jobs:
build-storybooks:
runs-on: ubuntu-latest
Expand All @@ -20,6 +21,5 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: storybook-dist
path: dist/storybook/

name: storybook-dist
path: dist/storybook/

0 comments on commit 3f3da60

Please sign in to comment.