Skip to content

Commit e1ca20d

Browse files
committed
chore: tweak github actions for v11 branch
1 parent de2523d commit e1ca20d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

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

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '!**'
88
pull_request:
99
branches:
10-
- master
10+
- v11
1111

1212
jobs:
1313
release:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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: v11
5454
file_pattern: '*.md'
5555
commit_message: 'chore: sync changelog'
5656

0 commit comments

Comments
 (0)