Skip to content

Commit

Permalink
chore: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Dec 28, 2024
1 parent c8a5df6 commit c6f9c22
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint Docs
on:
push:
branches:
- master
- main
paths:
- "**/*.md"
- ".github/workflows/docs-lint.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint Ruby
on:
push:
branches:
- master
- main
paths:
- "**/*.rb"
- "**/*.gemspec"
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/push-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: Push Stable
on:
push:
tags:
- v1.2.*
- v1.3.*
- v1.4.*
- v1.5.*
- v1.6.*
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- master
- main
pull_request:
workflow_dispatch:

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/trieve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Upload to Trieve
on:
push:
tags:
- v1.3.*
- v1.4.*
- v1.5.*
- v1.6.*
branches:
- master
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c6f9c22

Please sign in to comment.