Skip to content

Commit

Permalink
fix: add semantic releaes for sdaia-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Oct 5, 2023
1 parent 9d2f50c commit 4b2eca5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Release CI
on:
push:
branches:
- master
- sdaia-dev
- master
- sdaia-dev

jobs:
release:
name: Release
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,11 @@
"prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
},
"release": {
"branches": [
"master",
"sdaia-dev"
]
}
}

0 comments on commit 4b2eca5

Please sign in to comment.