Skip to content

Commit 37689d2

Browse files
committed
chore(workflows): update branch references to ‘main’
1 parent 8b033c3 commit 37689d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/draft-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Draft release
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- 'releases/*'
88

99
jobs:

.github/workflows/update-changelog.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
contents: write
1313

1414
steps:
15-
- name: Checkout code
15+
- name: Clone repository
1616
uses: actions/checkout@v5
1717
with:
18-
ref: master
18+
ref: main
1919
token: ${{ secrets.TOKEN_GITHUB }}
2020

2121
- name: Update changelog
@@ -27,6 +27,6 @@ jobs:
2727
- name: Commit changelog
2828
uses: stefanzweifel/git-auto-commit-action@v6
2929
with:
30-
branch: master
30+
branch: main
3131
commit_message: "chore: update CHANGELOG.md"
3232
file_pattern: CHANGELOG.md

0 commit comments

Comments
 (0)