Skip to content

Commit

Permalink
fix(build): update to match new default branch (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 17, 2020
1 parent 6b1ad0b commit 1188197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
push:
branches:
- master
- main
name: release-please
jobs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Automate releases with Conventional Commit Messages.
on:
push:
branches:
- master
- main
name: release-please
jobs:
release-please:
Expand Down Expand Up @@ -90,7 +90,7 @@ npm when a Release PR is merged:
on:
push:
branches:
- master
- main
name: release-please
jobs:
release-please:
Expand Down

0 comments on commit 1188197

Please sign in to comment.