Skip to content

Commit

Permalink
chore: rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Dec 31, 2023
1 parent b0d3c75 commit 30fc62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
"on":
push:
branches:
- master
- main
pull_request:
workflow_dispatch:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion app/db/skeema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pnpm skeema diff --allow-unsafe
pnpm skeema push --allow-unsafe
# 3. temporary revert skeema/xxx.sql e.g. by
git checkout master
git checkout main
# 4. diff for "down" migration
pnpm skeema diff --allow-unsafe
Expand Down

0 comments on commit 30fc62e

Please sign in to comment.