Skip to content

Commit

Permalink
build: change default branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Soc Sieng committed Jun 16, 2020
1 parent 89f48fc commit 5dfcf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
primaryBranch: master
primaryBranch: main
releaseType: node
handleGHRelease: true
bumpMinorPreMajor: true
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '!release-*'
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down

0 comments on commit 5dfcf24

Please sign in to comment.