Skip to content

Commit f1f9e6a

Browse files
committed
ci: Change workflow branch from main to master
Update the GitHub Actions workflow in changelog.yml to switch the target branch from main to master.
1 parent c7274a4 commit f1f9e6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
- name: Commit CHANGELOG.md
4040
uses: stefanzweifel/git-auto-commit-action@v4
4141
with:
42-
branch: main
42+
branch: master
4343
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
4444
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)