Skip to content

Commit cb87a15

Browse files
committed
chore: update release flow for v9
1 parent b07a9a4 commit cb87a15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- v9
77
pull_request:
88
branches:
9-
- master
9+
- v9
1010
permissions:
1111
contents: read
1212
env:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Commit changelog
5151
uses: stefanzweifel/git-auto-commit-action@v5
5252
with:
53-
branch: master
53+
branch: v9
5454
file_pattern: '*.md'
5555
commit_message: 'chore: sync changelog'
5656

0 commit comments

Comments
 (0)