We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07a9a4 commit cb87a15Copy full SHA for cb87a15
.github/workflows/ci.yml
@@ -3,10 +3,10 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - v9
7
pull_request:
8
9
10
permissions:
11
contents: read
12
env:
.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: v9
54
file_pattern: '*.md'
55
commit_message: 'chore: sync changelog'
56
0 commit comments