Skip to content

Commit

Permalink
ci: target development for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rndquu committed Sep 13, 2024
1 parent bc12c57 commit c873156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
branches:
- main
- development

permissions:
contents: write
Expand All @@ -18,7 +18,7 @@ jobs:
id: release
with:
release-type: node
target-branch: main
target-branch: development
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit c873156

Please sign in to comment.