Skip to content

Commit ab04019

Browse files
fix: update abb irb 1200 07 7 model (#471)
[Storybook Link](https://wandelbotsgmbh.github.io/wandelbots-js-react-components/overview.html) - update abb irb 1200-07-7 model - switch workflow to allow updating v3 version
1 parent b0366da commit ab04019

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- v2
8+
- v3
89

910
jobs:
1011
typecheck:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
branches:
88
- main
99
- v2
10+
- v3
1011
pull_request:
1112
types: [opened, synchronize, reopened]
1213

@@ -82,7 +83,7 @@ jobs:
8283
needs: [build, no-draco-models]
8384
env:
8485
HUSKY: 0
85-
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2') }}
86+
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2' || github.ref == 'refs/heads/v3') }}
8687
steps:
8788
- name: Checkout
8889
uses: actions/checkout@v6

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git branch -r |
3535
cut -c 3- |
3636
sed 's/origin\///g' |
37-
grep -E '^(main$|v2$|feat/|feature/|fix/|bugfix/)' |
37+
grep -E '^(main$|v(2|3)$|feat/|feature/|fix/|bugfix/)' |
3838
sort -u
3939
)
4040

public/models/ABB_1200_07_7.glb

-27.7 MB
Binary file not shown.

release.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
export default {
22
branches: [
33
"main",
4-
{ name: "v2", range: "2.x", channel: "2.x" }
4+
{ name: "v2", range: "2.x", channel: "2.x" },
5+
{ name: "v3", range: "3.x", channel: "3.x" }
56
],
67
plugins: [
78
"@semantic-release/commit-analyzer",

0 commit comments

Comments
 (0)