Skip to content

Commit 3c0569e

Browse files
committed
dev: rename default branch from master to main
1 parent ee92221 commit 3c0569e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: "0 5 * * 3" # At 05:00 on Wednesday # https://crontab.guru/#0_5_*_*_3
99
push:
1010
branches:
11-
- master
11+
- main
1212
tags:
1313
- "*.*.*"
1414
pull_request:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ For an example of rake tasks that support this style of invocation, visit https:
221221

222222
### Living on the edge: using weekly snapshots
223223

224-
OCI images snapshotted from `master` are published weekly to Github Container Registry with the string "snapshot" in place of the version number in the tag name, e.g.:
224+
OCI images snapshotted from `main` are published weekly to Github Container Registry with the string "snapshot" in place of the version number in the tag name, e.g.:
225225

226226
- `ghcr.io/rake-compiler/rake-compiler-dock-image:snapshot-mri-x86_64-linux`
227227

0 commit comments

Comments
 (0)