Skip to content

Commit cf612ab

Browse files
authored
Merge pull request #188 from react-native-community/fotos/rename-master-to-main
chore: rename master branch to main
2 parents 3f96eec + 3bd56d1 commit cf612ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ workflows:
3838
- command-test
3939
filters:
4040
branches:
41-
only: master
41+
only: main
4242

4343
- orb-tools/pack:
4444
filters: *release-filters

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This is what the final workflow will look like:
143143
![Example React Native CircleCI Orb Workflow](.github/example_workflow.png)
144144
145145
## License
146-
The Orb is released under the MIT license. For more information see [`LICENSE`](https://github.com/react-native-community/react-native-circleci-orb/blob/master/LICENSE).
146+
The Orb is released under the MIT license. For more information see [`LICENSE`](https://github.com/react-native-community/react-native-circleci-orb/blob/main/LICENSE).
147147

148148
[orb-version-badge]:https://badges.circleci.com/orbs/react-native-community/react-native.svg
149149
[orb-page]:https://circleci.com/orbs/registry/orb/react-native-community/react-native

0 commit comments

Comments
 (0)