Skip to content

Commit

Permalink
Merge branch 'develop' into support-text-style
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Mar 19, 2024
2 parents 772f945 + 30b7765 commit 5f1e12b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- alpha

jobs:
publish-packages:
Expand Down Expand Up @@ -45,4 +46,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
branches: 'main'
branches: |
[
'main',
{
name: 'alpha',
prerelease: true
}
]

0 comments on commit 5f1e12b

Please sign in to comment.