Skip to content

Commit

Permalink
Allow changesets on other branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Jul 23, 2023
1 parent 2e087c0 commit 833688f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- 4.5.x

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint": "loom lint",
"type-check": "loom type-check",
"build": "loom build",
"release": "loom build && changeset publish",
"prerelease": "loom build",
"release": "changeset publish",
"example:vanilla-dom": "yarn workspace example-vanilla-dom start",
"example:kitchen-sink-vite": "yarn workspace example-kitchen-sink-vite dev"
},
Expand Down

0 comments on commit 833688f

Please sign in to comment.