Skip to content

Commit 5b03455

Browse files
committed
chore: rename master to main
1 parent dd939a1 commit 5b03455

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- master
7+
- main
88
schedule:
99
# * is a special character in YAML so you have to quote this string
1010
- cron: '0 0 * * 1'
@@ -44,7 +44,7 @@ jobs:
4444
uses: github-actions-x/commit@v2.9
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
47-
push-branch: 'master'
47+
push-branch: 'main'
4848
commit-message: 'chore: update benchmark results'
4949
force-add: 'true'
5050
rebase: 'true'

.github/workflows/metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- master
7+
- main
88

99
# This allows a subsequently queued workflow run to interrupt previous runs
1010
concurrency:
@@ -38,7 +38,7 @@ jobs:
3838
uses: github-actions-x/commit@v2.9
3939
with:
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
41-
push-branch: 'master'
41+
push-branch: 'main'
4242
commit-message: 'chore: update metrics results'
4343
force-add: 'true'
4444
rebase: 'true'

0 commit comments

Comments
 (0)