Skip to content

Commit

Permalink
Update master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaijoe committed Jun 25, 2024
1 parent 68a069d commit 0f2d67b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docs Deploy

on:
push:
branches: [master]
branches: [main]
paths:
- '.github/workflows/docs_deploy.yaml'
- 'docs/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forui_example_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Forui Example Presubmit
on:
workflow_dispatch: {}
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- .github/workflows/forui_example_presubmit.yaml
- forui/example/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forui_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Forui Presubmit
on:
workflow_dispatch: {}
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- .github/workflows/forui_presubmit.yaml
- forui/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/samples_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Forui Samples Presubmit
on:
workflow_dispatch: {}
pull_request:
branches: [ master ]
branches: [ main ]
paths:
- .github/workflows/samples_presubmit.yaml
- samples/**
Expand Down
2 changes: 1 addition & 1 deletion docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config: DocsThemeConfig = {
project: {
link: 'https://github.com/forus-labs/forui',
},
docsRepositoryBase: 'https://github.com/forus-labs/forui/tree/master/docs',
docsRepositoryBase: 'https://github.com/forus-labs/forui/tree/main/docs',
navigation: {
prev: true,
next: true
Expand Down

0 comments on commit 0f2d67b

Please sign in to comment.