Skip to content

Commit c6f9c22

Browse files
committed
chore: master -> main
1 parent c8a5df6 commit c6f9c22

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.github/workflows/docs-lint.yml

+1-1
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/lint.yml

+1-1
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
paths:
88
- "**/*.rb"
99
- "**/*.gemspec"

.github/workflows/push-stable.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Push Stable
33
on:
44
push:
55
tags:
6-
- v1.2.*
7-
- v1.3.*
8-
- v1.4.*
6+
- v1.5.*
7+
- v1.6.*
98
workflow_dispatch:
109

1110
jobs:

.github/workflows/test.yml

+1-1
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
workflow_dispatch:
99

.github/workflows/trieve.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: Upload to Trieve
33
on:
44
push:
55
tags:
6-
- v1.3.*
7-
- v1.4.*
86
- v1.5.*
7+
- v1.6.*
98
branches:
10-
- master
9+
- main
1110
workflow_dispatch:
1211

1312
jobs:

0 commit comments

Comments
 (0)