Skip to content

Commit ebe23fa

Browse files
committed
Change default branch from master to main
1 parent 97c0d2d commit ebe23fa

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
@@ -3,7 +3,7 @@ name: "CI"
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
pull_request:
88

99
jobs:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
master
1+
main
22
------
33

44
* Rely on Rails Engine to mix `app/helpers` modules into

0 commit comments

Comments
 (0)