Skip to content

Commit

Permalink
Merge pull request #67 from rndquu/ci/release-dev
Browse files Browse the repository at this point in the history
ci: target `development` for releases
  • Loading branch information
0x4007 authored Sep 13, 2024
2 parents bc12c57 + c873156 commit b9abc09
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 b9abc09

Please sign in to comment.