Skip to content

Commit

Permalink
Finish migration to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
driv3r committed Oct 20, 2023
1 parent 6fabafa commit 82e0615
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Expand Up @@ -3,7 +3,7 @@ name: Documentation on github pages
on:
push:
branches:
- master
- main

jobs:
github-pages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -3,7 +3,7 @@ name: Package and release on Github
on:
push:
branches:
- master
- main

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -3,7 +3,7 @@ name: Ghostferry MySQL 8.0 tests
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_5.7.yml
Expand Up @@ -3,7 +3,7 @@ name: Ghostferry MySQL 5.7 tests
on:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ entirely correct as proofs remain elusive.

On a high-level, Ghostferry is broken into several components, enabling it to
copy data. This is documented at
https://shopify.github.io/ghostferry/master/technicaloverview.html
https://shopify.github.io/ghostferry/main/technicaloverview.html

Development Setup
-----------------
Expand Down

0 comments on commit 82e0615

Please sign in to comment.