We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855c208 commit 5df8ee3Copy full SHA for 5df8ee3
3 files changed
.github/workflows/home.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - master
+ - main
8
paths-ignore:
9
- 'GNOME.md'
10
- 'README.md'
.github/workflows/nixos.yml
@@ -6,7 +6,7 @@ on:
- 'home/**'
11
12
.github/workflows/update-metals.yml
@@ -28,7 +28,7 @@ jobs:
28
committer: GitHub <noreply@github.com>
29
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
30
token: ${{ secrets.REPO_GITHUB_TOKEN }}
31
- base: master
+ base: main
32
branch: update/metals-${{ steps.fetcher.outputs.metals_version }}
33
delete-branch: true
34
commit-message: "Update Metals to ${{ steps.fetcher.outputs.metals_version }}"
0 commit comments