We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2523d commit e1ca20dCopy full SHA for e1ca20d
.github/workflows/ci.yml
@@ -3,10 +3,10 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - v11
7
pull_request:
8
9
10
permissions:
11
contents: read
12
env:
.github/workflows/nightly-release.yml
@@ -7,7 +7,7 @@ on:
- '!**'
jobs:
13
release:
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Commit changelog
51
uses: stefanzweifel/git-auto-commit-action@v5
52
with:
53
- branch: master
+ branch: v11
54
file_pattern: '*.md'
55
commit_message: 'chore: sync changelog'
56
0 commit comments