Skip to content

Commit

Permalink
chore: update default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 2, 2021
1 parent 35718b9 commit e1d8060
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: ci
on:
push:
branches:
- master
- dev
- main
pull_request:
branches:
- master
- dev
- main

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions docs/content/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"github": "nuxt/content",
"twitter": "nuxt_js",
"defaultBranch": "dev",
"defaultBranch": "main",
"algolia": {
"apiKey": "3677e049d48c83792ba0d2cb0715a12f",
"indexName": "nuxtjs_content"
}
}
}
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"private": false
},
"publish": {
"allowBranch": "master",
"allowBranch": "main",
"message": "chore: release"
}
}
}
}

0 comments on commit e1d8060

Please sign in to comment.