Skip to content

Commit

Permalink
update branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Jan 25, 2021
1 parent 17077ab commit 208d08e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rusttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: "Unit Tests"
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
lints:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ The initial implementation of `indy-shared-rs` was developed by the Verifiable O

## Contributing

Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/master/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).

We also welcome issues submitted about problems you encounter in using `indy-shared-rs`.

## License

[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/master/LICENSE)
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/main/LICENSE)
4 changes: 2 additions & 2 deletions wrappers/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ The initial implementation of `indy-shared-rs` was developed by the Verifiable O

## Contributing

Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/master/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).
Pull requests are welcome! Please read our [contributions guide](https://github.com/hyperledger/indy-shared-rs/blob/main/CONTRIBUTING.md) and submit your PRs. We enforce [developer certificate of origin](https://developercertificate.org/) (DCO) commit signing. See guidance [here](https://github.com/apps/dco).

We also welcome issues submitted about problems you encounter in using `indy-shared-rs`.

## License

[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/master/LICENSE)
[Apache License Version 2.0](https://github.com/hyperledger/indy-shared-rs/blob/main/LICENSE)

0 comments on commit 208d08e

Please sign in to comment.