Skip to content

Commit 301fd58

Browse files
authored
chore(git): change default branch from master to main (#33)
1 parent 17a7de1 commit 301fd58

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/code_checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ on:
55
push:
66
branches:
77
- main
8-
- master
98
pull_request:
109
branches:
1110
- main
12-
- master
1311
workflow_dispatch:
1412

1513
concurrency:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- master
98

109
permissions:
1110
contents: write

.github/workflows/workflows_checks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- master
98
pull_request:
109

1110
jobs:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [Install](#install)
1515
- [add the plugin](#add-the-plugin)
1616
- [install k9s](#install-k9s)
17+
- [Notes](#notes)
1718

1819
## Dependencies
1920

@@ -51,3 +52,7 @@ k9s --help
5152

5253
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
5354
install & manage versions.
55+
56+
## Notes
57+
58+
- On 2024/08/23, the default branch changed from `master` to `main` so don't forget to run `asdf plugin update k9s`

0 commit comments

Comments
 (0)