Skip to content

Commit

Permalink
chore: rename default branch to main (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjopa authored Jan 25, 2022
1 parent 38ce15a commit b8e8524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build
on:
# run on push but only for the master branch
# run on push but only for the main branch
push:
branches:
- master
- main
# run for every pull request
pull_request: {}
jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PayPal SDK Client
[version-badge]: https://img.shields.io/npm/v/@paypal/sdk-client.svg?style=flat-square
[package]: https://www.npmjs.com/package/@paypal/sdk-client
[license-badge]: https://img.shields.io/npm/l/@paypal/sdk-client.svg?style=flat-square
[license]: https://github.com/paypal/paypal-sdk-client/blob/master/LICENSE
[license]: https://github.com/paypal/paypal-sdk-client/blob/main/LICENSE

A shared client for PayPal/Braintree client sdk modules. Has both client-side and server-side bindings to help you build and integrate an sdk component.

Expand Down

0 comments on commit b8e8524

Please sign in to comment.