File tree 5 files changed +7
-9
lines changed
5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Lint Docs
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
paths :
8
8
- " **/*.md"
9
9
- " .github/workflows/docs-lint.yml"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Lint Ruby
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
paths :
8
8
- " **/*.rb"
9
9
- " **/*.gemspec"
Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ name: Push Stable
3
3
on :
4
4
push :
5
5
tags :
6
- - v1.2.*
7
- - v1.3.*
8
- - v1.4.*
6
+ - v1.5.*
7
+ - v1.6.*
9
8
workflow_dispatch :
10
9
11
10
jobs :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
workflow_dispatch :
9
9
Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ name: Upload to Trieve
3
3
on :
4
4
push :
5
5
tags :
6
- - v1.3.*
7
- - v1.4.*
8
6
- v1.5.*
7
+ - v1.6.*
9
8
branches :
10
- - master
9
+ - main
11
10
workflow_dispatch :
12
11
13
12
jobs :
You can’t perform that action at this time.
0 commit comments