Skip to content

Commit 3edecd8

Browse files
committed
ci: remove include changelog
1 parent 7289cb4 commit 3edecd8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ on:
33
workflow_dispatch:
44
workflow_call:
55
push:
6-
tags:
7-
- "v*"
6+
branches:
7+
- "main"
8+
89
jobs:
910
create-release:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v4
1314
- uses: taiki-e/create-gh-release-action@v1
14-
with:
15-
changelog: CHANGELOG.md
16-
token: ${{ secrets.GITHUB_TOKEN }}
1715

1816
upload-assets:
1917
needs: create-release

0 commit comments

Comments
 (0)