Skip to content

Commit 5df8ee3

Browse files
committed
ci: use main branch
1 parent 855c208 commit 5df8ee3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/home.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- master
7+
- main
88
paths-ignore:
99
- 'GNOME.md'
1010
- 'README.md'

.github/workflows/nixos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'home/**'
77
push:
88
branches:
9-
- master
9+
- main
1010
paths-ignore:
1111
- 'GNOME.md'
1212
- 'README.md'

.github/workflows/update-metals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
committer: GitHub <noreply@github.com>
2929
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
3030
token: ${{ secrets.REPO_GITHUB_TOKEN }}
31-
base: master
31+
base: main
3232
branch: update/metals-${{ steps.fetcher.outputs.metals_version }}
3333
delete-branch: true
3434
commit-message: "Update Metals to ${{ steps.fetcher.outputs.metals_version }}"

0 commit comments

Comments
 (0)