Skip to content

Commit 7867b96

Browse files
committed
- ci: master -> main
1 parent 13c255d commit 7867b96

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/docs-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint Docs
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths:
88
- "**/*.md"
99
- ".github/workflows/docs-lint.yml"

.github/workflows/rubocop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Lint Ruby
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:
@@ -20,4 +20,3 @@ jobs:
2020
- name: Lint Ruby code with RuboCop
2121
run: |
2222
bundle exec rubocop
23-

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
jobs:

0 commit comments

Comments
 (0)