Skip to content

Commit

Permalink
chore: update release flow for v9
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Aug 16, 2024
1 parent b07a9a4 commit cb87a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- v9
pull_request:
branches:
- master
- v9
permissions:
contents: read
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Commit changelog
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: master
branch: v9
file_pattern: '*.md'
commit_message: 'chore: sync changelog'

Expand Down

0 comments on commit cb87a15

Please sign in to comment.